You are not logged in.
ms teams bin does not recognize camera, lsusb recognizes the camera. anyone know what's going on, and how should it be solved?
Last edited by eva (2021-03-10 12:29:34)
Offline
Is it recognized by the video subsystem?
v4l2-ctl --list-devicesqv4l2| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
v4l2-ctl --list-devicesrequires root permissions to run, but yes, it does.
qv4l2detects nothing and can not be run as root
Offline
ls -l /dev/video*Offline
video1 and video0 both showed up earlier, but neither are detected by anything
Offline
What are the permissions? Should be
crw-rw----+ 1 root video ... /dev/video...The + indicates POSIX ACL is used as well, so:
getfacl /dev/video*That should have an entry with read/write permissions for your username.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline