I've bought an AVTech AVI201 IP Camera to integrate into the home automation system.
To manage it, I plan to run Zoneminder. The idea is to have it automatically trigger lights at night, and generate alarms when the house is unattended.
I've created a new Fedora 11 VM and installed Zoneminder & MySQL server on it. I've configured the database for zoneminder but was unable to start the server. Looking at the logs, zmfilter was failing with a missing Perl module (perl-MIME-Lite in yum). After installing this module, the filter script succeeds, but the web interface is still reporting the server as stopped.
Looks like SELinux was getting in the way - the zmdc script could not connect to the socket when called through the web interface, even though it worked fine when called from the command line (when running as the web server's user). Disabling SELinux (SELINUX=disabled in /etc/sysconfig/selinux) fixed the problem, and the web interface now shows the daemon status correctly.
Of course, this was all documented on the wiki :)
Next up is getting the camera streaming video to Zoneminder properly.
I got video streaming from the camera, and motion detection working.
Now to figure out how to get authentication working.
| Attachment | Size |
|---|---|
| zoneminder-1.24.2-1.fc11.src_.rpm | 1.49 MB |
Comments
did you get the camera to show in the "monitor"
I have same camera and ZoneMinder 1.24.2 compiled the same, but no video.
Video feed in the monitor
All working for me - it glitches regularly though, my guess is that its not decoding the video stream properly. In order to get video working, I had to disable authentication on the camera.
Does this camera work properly with ZoneMinder?
Does this camera work properly with ZoneMinder? I have tried every setting I can think of and have had no luck yet. Any help appreciated
Thanks
Robin
Using the camera in Zoneminder
Yes, although I did have to use an SVN build of FFMPEG, and configure Zoneminder to use FFMPEG instead of the internal decoders.