Search found 1 match
- Sat Jul 16, 2016 9:33 am
- Forum: ZoneMinder 1.29.x
- Topic: zmu scripts
- Replies: 0
- Views: 1018
zmu scripts
I found on the forums to detect from a left/right zone which direction moving is occuring... while : do sudo zmu -m 1 -l done | perl -pe 'BEGIN{$left=4;$right=3;} #set to the appropriate left/right mon ids ($id, $fn, $st) = split(/\s+/); next unless $fn == 3 && $st < 2 && ($id == $left || $id ...