Search found 150 matches

by maciekc
Sat Dec 23, 2006 9:18 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

Re: Summary

I am new in Zoneminder and would like to implement Raw stream viewer since it reduces load on the server and mine is needing it. There is a lot of information on the 7 pages of this topic but Finaly how is it done? I would appeciate if someone would guide me on how to implement it. Read readme incl...
by maciekc
Fri Dec 15, 2006 10:46 am
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

victor_diago wrote:Hi !

Do you use 352 x 288 in NTSC Cameras ?

thanks a lot

Victor Diago
No, I use 352x288 in PAL.
In NTSC max without interlace should be 320x240.
by maciekc
Sat Dec 09, 2006 11:19 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

Understood. In fact, my video card is SiS 661 (on-board), and that's why gl version didn't worked. Based on your experience, do you think it's worth buying something better, like a geforce? Would it help to lower system load? yes it's worth it, because card like geforce 2 mx costs about 10 Euro. An...
by maciekc
Sat Dec 09, 2006 8:29 am
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

It worked with 0.6.3. How about "WARNING: Couldn't find free Xv adaptor with RGB XvImage support Falling back to ximage - slow and ugly rescalling"? Could you explain this message? Sure. It indicates that your card doesn't support xv exntension in format RGB. Only cards that I found worki...
by maciekc
Wed Dec 06, 2006 12:55 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

semotta wrote: I checked video is 24bpp, running xlib_shm as root, zm running.
Question: is xlib_shm 0.6 compatible with zm 1.22.3 or only with zm 1.22.2?
Just made new version.
try version 0.6.3-gl or 0.6.3 it is compatible with 1.22.3.
There were some changes in shm beetween 1.22.2 vs 1.22.3
by maciekc
Mon Sep 04, 2006 12:42 pm
Forum: ZoneMinder Previous Versions
Topic: Problem viewing SOME events - events streamed very partially
Replies: 12
Views: 5059

100 * 588 * 384 * 3 =~ 64MB Probably your shmall & shmmax values are too small. Try this: http://www.zoneminder.com/wiki/index.php/FAQ#What_does_a_.27Can.27t_shmget:_Invalid_argument.27_error_in_my_logs_mean.3F From my experience I would tell you that if you make bigger buffer it doesn't make it...
by maciekc
Mon Sep 04, 2006 11:37 am
Forum: ZoneMinder Previous Versions
Topic: Problem viewing SOME events - events streamed very partially
Replies: 12
Views: 5059

cat /var/log/messages | grep WAR
and post the output to group
by maciekc
Mon Sep 04, 2006 11:12 am
Forum: ZoneMinder Previous Versions
Topic: Problem viewing SOME events - events streamed very partially
Replies: 12
Views: 5059

Check with still mode if images are recorded on disk.
Also check your log for buffers overrun, it can make events like that.
by maciekc
Thu Jun 01, 2006 5:50 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

Its probably the path as i used the old version (pre opengl) fine. Im not at the machine at the moment i will have a look tomorrow mate Probably you didn't recompiled the source. mysql.h was in version starting in 0.2 or 0.3 If you will have problems mail me, and we will surely resolve it together,...
by maciekc
Thu Jun 01, 2006 3:06 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

Hii matey still having an issue I have make clean, make [root@localhost opengl]# make gcc -c xlib_shm.c -I/usr/X11R6/include -Wall xlib_shm.c:57:25: mysql/mysql.h: No such file or directory xlib_shm.c: In function `getmonitordata': xlib_shm.c:245: error: `MYSQL' undeclared (first use in this functi...
by maciekc
Thu Jun 01, 2006 11:04 am
Forum: Feature Requests
Topic: sound recording
Replies: 36
Views: 46294

Re: audio separate from video

I would like to install ZoneMinder at my client's small office. However, his requirement is to have sound recorded as well. Audio and video will be recorded in separate places, will not be connected, and will be kept for different periods of time (video will be used for security monitoring, audio i...
by maciekc
Thu Jun 01, 2006 10:55 am
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

Please try to recompile it. make clean make It looks like a problem with libs or drivers. Also check fglrxinfo It should look like that: root@debian:~# fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON 9200 Series DDR Generic OpenGL version ...
by maciekc
Wed May 31, 2006 8:55 am
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

How about for a practical use When changing from 4 to 9 way split put all images as a texture move viewpoint away from cube, rotate from 4 way view to 9 way view, move viewpoint closer to fill screen again? I had to rethink one more my opengl code. Now I'm changing viewport to put another monitor o...
by maciekc
Wed May 31, 2006 8:40 am
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

live stream on box, whhat like a texture in directx programming? Yes exactly texture. Current opengl version I made by putting the texture with live stream on quadrat. There is now much diffrence on putting it on box... lol i wouldnt spend too much on it but i think it would make a cool cycle/seque...
by maciekc
Mon May 29, 2006 9:28 pm
Forum: User Contributions
Topic: Raw stream viewer
Replies: 198
Views: 170752

ok matey Good news. My tnt1 was too poor to support big textures in opengl. I put radeon 9250 in box and it works OK. Very little cpu usage. Almost done the code. But I have to put it in 0.6 - I modified 0.4 to opengl. Tommorow it will be done. What you think of putting live stream on rotating box?...