low bandwidth
Low Bandwidth Zoneminder Stills On iPhone
The following will allow you to view your Zoneminder stills from the previous blog post on most web browsers including an iPhone. You need the stylesheet and expand settings if you plan on viewing stills through an iPhone without having to double-tap the image on every refresh. The php variable following ?time= is necessary to prevent Safari from displaying cached images.
Create a file called webcam1.php:
Create a file called style.css or append the following to your current stylesheet:
Low Bandwidth Zoneminder Webcam Stills Using Inotifywait
This bash script will get the latest Zoneminder webcam images using inotifywait and copy it to a local or remote folder every 5 seconds. Implement this script when streaming is unnecessary and you don't want to expose your Zoneminder systems to the internet (low bandwidth monitoring and low disk space archival).
Notes: You must have inotify-tools installed: yum install inotify-tools. I use sshfs to automatically mount remote system folders.
