Search found 6 matches
- Wed May 26, 2010 4:34 pm
- Forum: ZoneMinder 1.24.x
- Topic: Grabbing a representative alarm image? [SOLVED]
- Replies: 1
- Views: 1284
I figured out a way to do it, not by having the script grab the image location from ZoneMinder, but by having the script determine the proper file on its own: #!/bin/bash NEWEST= for f in ls /var/cache/zoneminder/events/FrontDoor/*/030-capture.jpg do if [ -z "$NEWEST" ] then NEWEST=$f elif [ "$f ...
- Mon May 24, 2010 11:16 pm
- Forum: ZoneMinder 1.24.x
- Topic: Grabbing a representative alarm image? [SOLVED]
- Replies: 1
- Views: 1284
Grabbing a representative alarm image? [SOLVED]
ZomeAlarm is awesome. I have it successfully detecting when someone approaches my front door, and through a script, sending me a notification through gtalk. However, I also would like to be able to grab an image that is representative of that alarm (such as the first alarmed image or the most ...
- Sat May 08, 2010 5:28 pm
- Forum: ZoneMinder 1.24.x
- Topic: Mobile skin
- Replies: 7
- Views: 6714
- Sat Nov 22, 2008 6:03 pm
- Forum: ZoneMinder Previous Versions
- Topic: Activate Cameras Automatically
- Replies: 11
- Views: 6081
- Mon Nov 10, 2008 9:30 pm
- Forum: ZoneMinder Previous Versions
- Topic: Activate Cameras Automatically
- Replies: 11
- Views: 6081
- Mon Nov 10, 2008 6:26 pm
- Forum: ZoneMinder Previous Versions
- Topic: Activate Cameras Automatically
- Replies: 11
- Views: 6081
Activate Cameras Automatically
Hello! I was trying to figure out a simple way to deactivate cameras when I get home and activate them when I leave when I realized I carry a phone with me that connects to my wireless network whenever I am home. So I'm trying to think of ways to use that to automatically activate and deactivate the ...