Search found 6 matches

by r0ck3t
Sun Oct 23, 2011 5:20 pm
Forum: User Contributions
Topic: Video Analytics Plugin Architecture
Replies: 17
Views: 22796

Re: Video Analytics Plugin Architecture

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)?
by r0ck3t
Fri Oct 21, 2011 11:35 pm
Forum: User Contributions
Topic: Video Analytics Plugin Architecture
Replies: 17
Views: 22796

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...
by r0ck3t
Wed Oct 19, 2011 8:58 pm
Forum: User Contributions
Topic: Video Analytics Plugin Architecture
Replies: 17
Views: 22796

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_D...
by r0ck3t
Wed Oct 12, 2011 9:10 pm
Forum: User Contributions
Topic: Video Analytics Plugin Architecture
Replies: 17
Views: 22796

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...
by r0ck3t
Mon Jun 14, 2010 11:22 am
Forum: ZoneMinder 1.24.x
Topic: Forward Events
Replies: 1
Views: 1362

OK, finally found a way... xAP
Just modified the xAP script to send the events directly to the IP and Port instead of broadcasting them.
by r0ck3t
Sun Jun 13, 2010 4:40 pm
Forum: ZoneMinder 1.24.x
Topic: Forward Events
Replies: 1
Views: 1362

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!