Search found 1 match

by benwa
Fri Feb 14, 2014 11:25 pm
Forum: ZoneMinder 1.25.x
Topic: Running script on alarm
Replies: 3
Views: 3831

Re: Running script on alarm

Is is possible to obtain the zone that triggered and the score when using the perl script? It appears that zmMemRead() can get the cause/zone and score but my code below doesn't work. Any ideas why? Thanks #!/usr/bin/perl -w use strict; use ZoneMinder; use Data::Dumper; # see bottom of /usr/share/pe...