Search found 7 matches

by tcpdump
Wed Aug 13, 2014 9:33 pm
Forum: ZoneMinder 1.27.x
Topic: documentation on ExtendAlarm
Replies: 1
Views: 1455

documentation on ExtendAlarm

Hi, I've recently upgraded from 1.25 to 1.27 and I can't seem to find any documentation on what the extended alarms are. Is there any FAQ around this? I found in the zone definition "Extend Alarm Frame Count" and in the logs "INF [ExtendAlarm count: 0, ExtendAlarm frames: 0]". I ...
by tcpdump
Thu Sep 05, 2013 1:28 am
Forum: ZoneMinder 1.25.x
Topic: ubuntu 12.04 - compile from source - ffmpeg issue
Replies: 0
Views: 954

ubuntu 12.04 - compile from source - ffmpeg issue

Hi, I'm trying to compile zoneminder from source (to have a look at the face and plate recognition plugins) but all tutorials I followed don't seem to install ffmpeg properly. All compilations are successful but when I add my IP camera with ffmpeg I get in the logs a: FAT - ffmpeg libraries need to ...
by tcpdump
Thu Sep 05, 2013 1:21 am
Forum: Feature Requests
Topic: motion detection time option
Replies: 3
Views: 4066

Re: motion detection time option

It can be done without modifying zoneminder but it's not as clean. in crontab: 0 7 * * * /usr/local/bin/zm-v4 active 0 18 * * * /usr/local/bin/zm-v4 inactive my zm-v4 script #!/bin/bash case $1 in active) mysql -s -N -uroot -p*password zm -e "update Zones set Type='Active' where Id=36" mys...
by tcpdump
Thu Sep 05, 2013 1:14 am
Forum: Feature Requests
Topic: Seperate Zone Alerts
Replies: 1
Views: 1594

Re: Seperate Zone Alerts

Hi, It can be done although it requires a bit of scripting. In zoneminder create a filter that runs a command (let's say /usr/local/bin/zm-alarm). The script needs to be something similar to: #!/bin/bash Z=$@ MONITOR=`echo $Z|cut -d\/ -f 6` DAY="20"`echo $Z|cut -d\/ -f 7,8,9|sed 's/\//-/g'...
by tcpdump
Thu Sep 05, 2013 12:49 am
Forum: ZoneMinder 1.26.x
Topic: place/face recognition
Replies: 5
Views: 4548

Re: place/face recognition

Great, thanks for your help.
by tcpdump
Wed Sep 04, 2013 8:28 pm
Forum: ZoneMinder 1.26.x
Topic: place/face recognition
Replies: 5
Views: 4548

Re: place/face recognition

Actually, based on github com/kylejohnson/puppet-zoneminder (can't post links just yet) Overview A puppet module to completely install ZoneMinder 1.26.0-beta.1 from source. The ZoneMinder source is patched with mastertheknife's performance patch, and nextime's plugin architecture patch, including hi...
by tcpdump
Wed Sep 04, 2013 3:52 am
Forum: ZoneMinder 1.26.x
Topic: place/face recognition
Replies: 5
Views: 4548

place/face recognition

Hi,

I've successfully installed 1.26 which should have the plate/face recognition plugins but I can't find a way to activate them and there's no reference to any plugins in the configuration tab.

Any idea?

Thanks.