-
Notifications
You must be signed in to change notification settings - Fork 1.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
error roslaunch realsense_camera realsense_r200_nodelet_standalone_preset.launch #37
Comments
Yes, this looks exactly like #26. Did you attempt the solution noted? Try adding your login account to the group
You may need to log out and log back into the system to see the new group.
In general, the video devices will be owned by
|
I have attempted the solution noted. But I can not still solve my problem. after I do , |
Did you try logging out and logging back in after making the group change? |
The fact that cpp-capture is failing in rs_create_context would imply that something is holding or not release the device. In this issue you stated that you are using Video4Linux backend and NOT libuvc; can you please confirm that. It looks more like your problem is similar to IntelRealSense/librealsense#81 where libuvc was in use. Can you confirm you are aren't using libuvb (which we don't support): |
sorry , I'm not really good at linux. I install by below I install both Video4Linux backend and LibUVC backend. As problem IntelRealSense/librealsense#81, I need remove LibUVC backend? How can i do ? |
Okay, there is the problem; the directions are an either/or, not both. When you did the second install following the directions for libuvc, you replaced the librealsense library with the libuvc version which we don't support. Repeat the installation steps for "Video4Linux backend". |
When I repeat the installation steps for "Video4Linux backend", it shows they exist. Then,I can not install again. Should I change the file name , v4.4-wily , to v4.5-wily ? Or how can I solve the problem? Thank you. |
The kernel portion should already be installed. Just change directory (cd) to where you you put librealsense source |
It appears you got the RealSense ROS node working. For the navigation example, did you follow all of the directions in the README.md? |
Thank you, I have solved my problems. Thank you very much ~~ |
…meras Updated code to enable multi camera functionality
Internal Fixes in order to work on realsense_ros_slam with calibrated cameras
System Configuration
Please complete Your Configuration detail below.
HI! I'm Wejay
I have same problem like issue #26,I'm not really good at linux,please tell me how to solve this
problem.
And I can not run cpp-capture by command line,but running within QT creator works.
It shows:
RealSense error calling rs_create_context(api_version:4):
uvc_open2(...) returned Access denied
In https://github.com/IntelRealSense/librealsense/issues/81,I really can not understand how to fix this problem.
The text was updated successfully, but these errors were encountered: