Weird green stripe using when using PV-143 cards

Forum for questions and support relating to the 1.24.x releases only.
resuni
Posts: 15
Joined: Fri Jul 09, 2010 6:11 pm
Location: Colorado Springs, CO, USA

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

Post 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.
Locked