Search found 4 matches

by mangocats
Fri Aug 07, 2020 3:40 pm
Forum: ZoneMinder 1.30.x
Topic: Trigger notification as soon as alarm starts
Replies: 7
Views: 25580

Re: Trigger notification as soon as alarm starts

So, what I found that's pretty easy (IMO) is the docker container dlandon/Zoneminder - which comes with zmeventserver ready to turn on. I used that, and wrote this script: #!/bin/bash # my_event_start.sh # to be installed in dlandon/Zoneminder /var/lib/zmeventnotification/bin # remember to chown www...
by mangocats
Thu Aug 06, 2020 3:09 pm
Forum: ZoneMinder 1.34.x
Topic: Instant notification
Replies: 1
Views: 755

Instant notification

I'm looking for this: https://wiki.zoneminder.com/Instant_Notification kind of feature in 1.34 Specifically, when Zoneminder detects motion in a zone, I'd like to call a script (or just a program with parameters) telling what zone got triggered.... I've found zmeventserver, but that feels like overk...
by mangocats
Sun Jul 26, 2020 1:27 pm
Forum: ZoneMinder 1.34.x
Topic: Call a script on motion detect
Replies: 0
Views: 819

Call a script on motion detect

Hi, I'm using the dlandon/zoneminder 1.34.16 image, I have a couple of cameras setup with about a dozen zones defined between them, and I'm looking for the most direct route to call a script every time motion is detected in a zone - with the identity of the camera/zone being passed to the script? Ul...
by mangocats
Sun Jul 26, 2020 1:17 pm
Forum: ZoneMinder 1.34.x
Topic: add a delay filter for motion detection ?
Replies: 2
Views: 1560

Re: add a delay filter for motion detection ?

I'm using the dlandon/zoneminder docker image with 1.34.16 - in there, the Zone configuration form looks like this: http://mangocats.com/images/zone134.png I have been using the "Overload Frame Ignore Count" the way you describe "set the alarm frame count in the monitor" - am I i...