Video permission issue for non standard user #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I just found a problem when installing the mjpg-streamer webcam stuff while not using the standard pi user.
Problem: webcamd service may fail to start mjpg-streamer -> VCHI initialization failed
Which is caused by lack of permission for video device. -> user not in video group
Fix : add user to video group
sudo usermod -aG video <username>I guess it is possible to check/do this automatically, as installing mjpg-streamer with kiauh requires root access anyway.
Or add some kind of notification "Hey make sure to add user to video group"