Re: Weird green stripe using when using PV-143 cards
Posted: Wed Mar 20, 2013 11:22 pm
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:
Once I did that and rebooted, I got video in ZoneMinder.
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"