-
Notifications
You must be signed in to change notification settings - Fork 139
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
Insufficient permissions, /dev/video4 owned by system user #18
Comments
btw, I am using a Samsung Galaxy S5 with Android 5.0 |
Same issue have you found solution bcs Library already have camera permission in menifest in CameraActivity. |
Hi, |
@peplin have you ever experienced this? Any input would be highly appreciated. I checked for the kernel extensions and everything seems to be ok, I don't know where the issue might lie. |
Hey, sorry, no I've never experienced any of this - I only ever used this library on one or two devices back on Android 4.x. |
Thanks for your reply. I downgraded to 4.4, didn't change anything unfortunately. Let's see if I can get this to work. |
I had a similar issue where the /dev/video3 (that the one in my device) is owned by system. So I've run 12-01 17:46:22.044 20837 20837 I WebcamManager: Service starting |
Hi,
I tried to compile your example and I am having problems getting it to run. When I can see the line "Insufficient permissions on /dev/video4 -- does the app have the CAMERA permission?". I am sure video4 is the right device since it appears only when the camera is attached via USB.
I did not change anything else in the library or your example. Any idea on how to resolve this?
Thank you!
The text was updated successfully, but these errors were encountered: