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 jpeg?
Thanks in advance
Diggler
Using the output of a script as the source of an Image
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 jpg to STDOUT so i was hoping that I could just suck it in to zoneminder.
Thanks
Diggler
The script sends the jpg to STDOUT so i was hoping that I could just suck it in to zoneminder.
Thanks
Diggler