-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core20: Permission denied: '/sys/class/video4linux/video0/name' #23
Comments
This access is provided by the |
After installing the 3.0.0 beta (rev 112) it is still the same.
|
When I compile and run the current core20 branch, I get "Permission denied: '/sys/class/video4linux/video0/name'".
/sys/class/video4linux/video0/name has read access for user/group/everyone.
I also have run "sudo snap connect fakecam:camera".
Any idea on how this can be fixed? Is snap somewhat limiting permissions here?
(fakecamgui:5155): GLib-GIO-WARNING **: 10:44:10.146: Error creating IO channel for /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)
Traceback (most recent call last):
File "/snap/fakecam/x6/bin/fakecamgui", line 8, in
sys.exit(main())
File "/snap/fakecam/x6/lib/python3.8/site-packages/fakecam/gui.py", line 12, in main
MainWindow()
File "/snap/fakecam/x6/lib/python3.8/site-packages/fakecam/ui/mainwindow.py", line 126, in init
with open(os.path.join(v4ldir, os.path.basename(device), "name")) as name_file:
PermissionError: [Errno 13] Permission denied: '/sys/class/video4linux/video0/name'
The text was updated successfully, but these errors were encountered: