After playing arround with zm's config and several reboots, the setup works now.
Thanks for posting the patch!
Is it possible to include other opencv plugins to detect objects (e.g. pedestrians)?
Search found 6 matches
- Sun Oct 23, 2011 5:20 pm
- Forum: User Contributions
- Topic: Video Analytics Plugin Architecture
- Replies: 17
- Views: 24872
- Fri Oct 21, 2011 11:35 pm
- Forum: User Contributions
- Topic: Video Analytics Plugin Architecture
- Replies: 17
- Views: 24872
Re: Video Analytics Plugin Architecture
Ok the previous error was caused by the database not being deleted before installing your version. I think I'm one step further, but still get errors: zmc_dvideo0 7957 FAT Failed to set video format: Input/output error zm_local_camera.cpp 410 Could somebody that got it running post the settings that ...
- Wed Oct 19, 2011 8:58 pm
- Forum: User Contributions
- Topic: Video Analytics Plugin Architecture
- Replies: 17
- Views: 24872
Re: Video Analytics Plugin Architecture
What is your zoneminder build procedure? Your config line? cd /usr/src wget http://www.zoneminder.com/downloads/ZoneMinder-1.25.0.tar.gz tar -xzvf ZoneMinder-1.25.0.tar.gz mv ZoneMinder-1.25.0 zm cd /usr/src/zm && \ ./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin \ ZM_DB_HOST ...
- Wed Oct 12, 2011 9:10 pm
- Forum: User Contributions
- Topic: Video Analytics Plugin Architecture
- Replies: 17
- Views: 24872
Re: Video Analytics Plugin Architecture
Hi, I installed twice following your instructions, without success. After installation the monitors are not working any more, the log is full of errors like that: zmwatch 9367 ERR Can't open memory map file '/dev/shm/zm.mmap.6': No such file or directory zmwatch.pl zmwatch 9367 ERR Can't open memory ...
- Mon Jun 14, 2010 11:22 am
- Forum: ZoneMinder 1.24.x
- Topic: Forward Events
- Replies: 1
- Views: 1463
- Sun Jun 13, 2010 4:40 pm
- Forum: ZoneMinder 1.24.x
- Topic: Forward Events
- Replies: 1
- Views: 1463
Forward Events
Hi! I would like to "push" all events in realtime to another server for home automation. My approach was to use a filter running a script to send the events, but the filter seems to run once per minute only and therefore I'm loosing all events in between. Is there a way to do that? Thanks!