Search found 6 matches

by Kepesk
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 ...
by Kepesk
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 ...
by Kepesk
Sat May 08, 2010 5:28 pm
Forum: ZoneMinder 1.24.x
Topic: Mobile skin
Replies: 7
Views: 6714

I'm having this exact same problem, and I can't figure it out for the life of me. I would like to be able to use a mobile skin, but it is not in any way working.
by Kepesk
Sat Nov 22, 2008 6:03 pm
Forum: ZoneMinder Previous Versions
Topic: Activate Cameras Automatically
Replies: 11
Views: 6081

Hah, that solution works perfectly! I had to tinker with it slightly to work with my environment, but there you have it!

As for battery life, my phone is usually charging when I'm at home, so it really won't make a lot of difference.

Thanks guys!
by Kepesk
Mon Nov 10, 2008 9:30 pm
Forum: ZoneMinder Previous Versions
Topic: Activate Cameras Automatically
Replies: 11
Views: 6081

Oh, thanks! Why didn't I think of that? I'll give it a whirl and we'll see how it goes!
by Kepesk
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 ...