Search found 24 matches
- Fri May 23, 2008 8:03 pm
- Forum: Feature Requests
- Topic: Force close events for Modect
- Replies: 1
- Views: 2291
And posible solution for version 1.22.2 --- bkp/zm_monitor.cpp 2007-07-13 19:53:28.000000000 +0300 +++ zm_monitor.cpp 2008-05-23 22:57:35.000000000 +0300 @@ -1254,6 +1254,7 @@ shared_data->state = state = IDLE; delete event; event = 0; + last_section_mod = 0; } else { @@ -1366,6 +1367,19 @@ last ...
- Fri May 23, 2008 8:33 am
- Forum: Feature Requests
- Topic: Force close events for Modect
- Replies: 1
- Views: 2291
Force close events for Modect
Hi, Zoneminder. I think would be nice to close events at sections end in MODECT like for RECORD or MOCORD, to prevent long live events. I saw such (legal) precedents with event duration more then 7 hours. Nothing to do here with zone settings here. It is legal motion. Managed to do this myself now ...
- Wed Dec 05, 2007 6:40 am
- Forum: Non-ZoneMinder Chat
- Topic: Full Screen Shared Mem Viewer
- Replies: 10
- Views: 7620
Re: Full Screen Shared Mem Viewer
being quite a fan is there a way to make this run full screen, and if so is there a way to disable power mgt and screen saver from the command line? ie script to turn of pwr mgt screen saver etc run viewer and even better if it isnt running then run it? Partial answer: #!/bin/bash xhost 127.0.0.1 ...
- Thu Nov 22, 2007 7:17 am
- Forum: ZoneMinder Previous Versions
- Topic: People keeping popping in and out - please help!
- Replies: 21
- Views: 12605
- Wed Nov 21, 2007 6:54 am
- Forum: ZoneMinder Previous Versions
- Topic: People keeping popping in and out - please help!
- Replies: 21
- Views: 12605
- Tue Nov 20, 2007 6:56 pm
- Forum: ZoneMinder Previous Versions
- Topic: zmaudit.pl Too early removal ?
- Replies: 2
- Views: 3986
Sorry. This is my fault. I has wrongly looked in a code from version 1.22.3 instead of 1.22.2. 1.22.2 $fs_events->{$event} = ($fs_now - ($^T - ((-M $event) * 24*60*60))); 1.22.3 $fs_events->{$event} = (time() - ($^T - ((-M $event) * 24*60*60))); With changes from 1.22.3 everyting is ok. Had tested ...
- Thu Nov 15, 2007 7:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: zmaudit.pl Too early removal ?
- Replies: 2
- Views: 3986
zmaudit.pl Too early removal ?
Hi It seems that zmaduit delete new events which was not in database when zmaudit started. I found this for zm 1.22.2, but this piece of code did not changed in 1.223 and 1.23.RC2. Partial log file: Nov 15 18:48:48 vdrsf zma_m6[7064]: INF [C-06: 23218 - Gone into alarm state] Nov 15 18:48:49 vdrsf ...
- Tue Oct 30, 2007 7:19 am
- Forum: Hardware Queries
- Topic: Pico2000 jitter solved, but better solution?
- Replies: 1
- Views: 2226
Re: Pico2000 jitter solved, but better solution?
Things were more stable with 2 cameras, and it never happened at all with 1 camera, so it seemed to relate somehow to the issue of switching channels as I added complexity to that task. The jitter caused headaches to the viewer and of course hundreds of false modetect alarms. Hi, Haus. I think this ...
- Mon Aug 27, 2007 9:03 am
- Forum: Non-ZoneMinder Chat
- Topic: Happy birthday, Linux
- Replies: 0
- Views: 1689
Happy birthday, Linux
Slightly out of date, but 16 years...
http://groups.google.ru/group/comp.os.m ... 044b?hl=ru&
Regards
Andrey.
http://groups.google.ru/group/comp.os.m ... 044b?hl=ru&
Regards
Andrey.
- Mon May 28, 2007 2:19 pm
- Forum: ZoneMinder Previous Versions
- Topic: Help regarding video generation
- Replies: 5
- Views: 4370
Hello, Thanks a lot for this idea. For guys working with XP, It seems to be also possible to concatenate some AVI files with Winblows movie maker. We also could extract jpg files to concatenate with winblows movie maker. If some automatic process could be included into zm, it would be very usefull ...
- Fri May 25, 2007 10:31 pm
- Forum: ZoneMinder Previous Versions
- Topic: Lines in recorded events
- Replies: 29
- Views: 18875
Yeah Sorry for bumping this thread up. Please find my post: Posted: 24 Oct 2006 17:56 http://www.zoneminder.com/forums/viewtopic.php?t=6987&start=15 May be this is a reason for such lines (PCI bandwith)? I had finished with YUV422P for capture and code hack to work with these images as internal ZM ...
- Fri Jan 19, 2007 4:53 pm
- Forum: Hardware Queries
- Topic: Problems bringing up Kodicom 4400R for ZM
- Replies: 11
- Views: 9779
- Wed Jan 17, 2007 6:19 pm
- Forum: Hardware Compatibility List
- Topic: Cheap 4/8/16 port card on eBay
- Replies: 8
- Views: 14613
Re: Cheap 4/8/16 port card on eBay
Hi all, i recently bought this card on ebay (german seller, ships worldwide): http://cgi.ebay.de/8-Kanal-PCI-Videokarte-mit-100-Bilder-je-Sekunde_W0QQitemZ220033555123QQihZ012QQcategoryZ28915QQssPageNameZWDVWQQrdZ1QQcmdZViewItem This is just to inform you that it is working w/o problems with Linux ...
- Fri Dec 29, 2006 10:34 am
- Forum: User Contributions
- Topic: Small bugfix for zm_image.h
- Replies: 2
- Views: 5328
Small bugfix for zm_image.h
Hello, Phil. In function inline void Assign( const Image &image ) it is possible to go out of source buffer memory and get segmentation fault. diff -u zm_image.h_orig zm_image.h --- zm_image.h_orig 2006-05-08 15:46:53.000000000 +0300 +++ zm_image.h 2006-12-29 11:21:15.000000000 +0200 @@ -220,7 +220 ...
- Fri Nov 24, 2006 10:57 am
- Forum: User Contributions
- Topic: Bug 1.22.3
- Replies: 9
- Views: 14769