Search found 6 matches

by diggler
Thu Sep 27, 2012 6:57 am
Forum: ZoneMinder 1.25.x
Topic: Zoneminder on Raspberry Pi
Replies: 4
Views: 4430

Re: Zoneminder on Raspberry Pi

I found it fairly straight forward to install and get to work. Used the latest wheezy image from the raspberrypi.org, did a bit of tweaking (overclock, sshd etc) and then sudo apt-get install zoneminder Had to follow the instructions on the wiki to move the apache2 config along with a couple of ...
by diggler
Wed Apr 29, 2009 11:28 pm
Forum: User Contributions
Topic: Zoneminder Vista Sidebar Gadget
Replies: 1
Views: 2287

Zoneminder Vista Sidebar Gadget

Hey All I have hacked together a Vista Sidebar Gadget to show cameras on the sidebar; its not pretty and fairly basic but does show the video stream quite nicely. I am still messing with the code but if anyone wants it send me a pm. Cheers Diggler p.s. apologies for the cross post, put it in hints ...
by diggler
Wed Apr 29, 2009 12:32 pm
Forum: ZoneMinder Hints & Tips
Topic: Vista Sidebar Gadget
Replies: 1
Views: 3760

Vista Sidebar Gadget

Hey All

I have hacked together a Vista Sidebar Gadget to show cameras on the sidebar; its not pretty and fairly basic but does show the video stream quite nicely.

I am still messing with the code but if anyone wants it send me a pm.

Cheers

Diggler
by diggler
Mon Sep 15, 2008 10:58 pm
Forum: ZoneMinder Previous Versions
Topic: Using the output of a script as the source of an Image
Replies: 4
Views: 2663

Woohoo

Well, got a workaround which seems to be ok if a little slow; have converted the perl code to run under cgi-bin and now treat it as a network web-cam (if a little slow).

For what its worth if anyone has one of these godawful webcams feel free to pm me for the code.

Cheers

Diggler
by diggler
Mon Sep 08, 2008 10:42 pm
Forum: ZoneMinder Previous Versions
Topic: Using the output of a script as the source of an Image
Replies: 4
Views: 2663

I tried that, it seems it is looking for a file to open - it complains the file is not a valid jpg file ; I could run the file regulary in a cron job and read the results but there would be locking issues and other contention. I would rather run the script and take the result. The script sends the ...
by diggler
Mon Sep 08, 2008 3:45 pm
Forum: ZoneMinder Previous Versions
Topic: Using the output of a script as the source of an Image
Replies: 4
Views: 2663

Using the output of a script as the source of an Image

Hi I have written a small perl script to extract a jpeg from a Linksys WVC54G which is notoriously awkward by normally only providing a propriatory image stream. Is there any way of using this script directly from zoneminder; i.e. define this script as the source where the output of the script is a ...