2020-02-13-raspbian-buster-zoneminder-1.34-0.1.img.bz2 |
First release of a raspbian image with ZoneMinder already installed. Based on 2020-02-13-raspbian-buster-lite.
Please note that I have NOT configured multi-server, as I am assuming we will not be running more than 6 cameras on it.
This image was built on a pi 3b. I successfully run 4 720p cameras @10fps on something like it. You should be able to as well. Please note that the pi does not have a lot of ram for buffers, so your camera's keyframe (or I-frame) interval needs to be low. Like <10fps.
This is a stand-alone install, complete with MariaDB, apache and ZoneMinder.
Please note that the installed ffmpeg libraries appear to have an available "rpi" hwaccel available. I'm not sure at this time if it has any effect, but to use it you would have to specify rpi as HWAccel in the monitor settings.
This image will track 1.34 stable releases from ZMRepo.
Apache has been configured as a virtualhost, so just point your browser at the pi's IP address (with or without /zm) and it should come up.
Standard raspbian install instsructions apply. dd the image to your sdcard and stick it in your pi.
bunzip2 2020-02-13-raspbian-buster-zoneminder-1.34-0.1.img.bz2
sudo dd if=2020-02-13-raspbian-buster-zoneminder-1.34-0.1.img of=/dev/mmcblk0 bs=4M
|