-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Permissions issue? uvc_open2(...) returned Access denied
#81
Comments
Lots of little issues but luckily this shouldn't be too difficult to fix:
Last but not least, the 1.0.0.64 firmware is almost 2 years old! We don't have a supported firmware upgrade path on Linux systems, but installing the Intel RealSense DCM on a Windows 10 system while a camera is plugged in will flash your firmware to the latest recommended release, 1.0.72.06 After all that, your camera should be able to work perfectly in ROS using the V4L2 backend with no permissions implications. |
2+3) Tried it, it works :)
Thanks for your help. |
I built librealsense using the installation guide with the UVC backend (I assume this is needed to get ROS support?).
Running the demo apps from within QT creator works.
When I try running them from the command line, I get this error:
Running the app as root works around this issue, but I'd like to know why this happens. It also makes ROS usage difficult, because ROS is not intended to run as root.
The text was updated successfully, but these errors were encountered: