I have a camera in my house and would like to monitor it on my computer under Linux (Debian Squeeze 6.0), but I am having problems with Zoneminder.
I have a capture card with chip 878A (properly working), but Zoneminder don't show any image or data from the card.
I installed Zapping (television program for Gnome) and the camera/card works, presented as device /dev/video0.
I followed the steps in the Zoneminder's Wiki, but unsuccessfully.
Could anyone help me?
Thanks!
Felipe
Card/Camera not working (878a - "PICO 2000")
Re: Card/Camera not working (878a - "PICO 2000")
Solved: read/write permissions for Zoneminder.
When you restart your Linux, /dev/video0 is "mounted" by root, and ZM cannot access it.
You have to change the permissions to "www-data", the ZM user.
I'm looking for some help in how to change permissions when booting (auto).
When you restart your Linux, /dev/video0 is "mounted" by root, and ZM cannot access it.
You have to change the permissions to "www-data", the ZM user.
I'm looking for some help in how to change permissions when booting (auto).
Re: Card/Camera not working (878a - "PICO 2000")
You might not need to change the permissions.felipefv wrote:Solved: read/write permissions for Zoneminder.
When you restart your Linux, /dev/video0 is "mounted" by root, and ZM cannot access it.
You have to change the permissions to "www-data", the ZM user.
I'm looking for some help in how to change permissions when booting (auto).
If you type the following:
Code: Select all
$ ls -l /dev/video0
crw-rw----+ 1 root video 81, 0 Apr 7 09:42 /dev/video0