On 12/21/2014 06:49 PM, Joseph wrote: > When I try to run: guvcview > > video device: /dev/video0 ERROR opening V4L2 interface for /dev/video0 > unable to detect video devices on your system (0) > ERROR opening V4L interface: Permission denied
It can't open the device. You probably aren't in the right group for access. I suspect it'd be the video group, just do: ls -lhd /dev/video0 ...and see what the permissions are, it's probably going to be root:video. For my mythtv card, I know for sure it's root:video. If that's all it is, use gpasswd and add yourself to the group then log out and in again. Dan