Page 2 of 2

Re: Weird green stripe using when using PV-143 cards

Posted: Wed Mar 20, 2013 11:22 pm
by resuni
I figured it out. I found the Debian Squeeze page on the wiki and it mentioned having to add /etc/udev/rules.d/90-zoneminder.rules with the following lines in it:

Code: Select all

# allow non-privileged users to access the /dev/video* files
SUBSYSTEM!="video4linux", GOTO="zm_rules_end"
SUBSYSTEM=="video4linux",       MODE="0666",     GROUP="video"
LABEL="zm_rules_end"
Once I did that and rebooted, I got video in ZoneMinder.