unable to detect camera in realsense viewer
I'm using ROS on linux. i installed the sdk for realsense and opened the realsense viewer but the camera is not detected at all.
its still says connect to realsense device.
im using the d435 and t265 camera.
-
Hi Phillivan99 Cases involving the T265 are handled on the RealSense GitHub forums.
If it is a ROS related question, please re-post your question on the ROS GitHub by visiting the link below and clicking on the New Issue button.
https://github.com/IntelRealSense/realsense-ros/issues
If the problem does not involve ROS (i.e your problem is only with the RealSense Viewer) then please post on the main GitHub.
https://github.com/IntelRealSense/librealsense/issues
Having said that, I will contribute the following points that may be helpful:
- Programs using Librealsense have no influence on the ROS wrapper, and vice versa. So you do not need to have the RealSense Viewer running when using ROS, and changes made in the Viewer will not affect ROS at all.
- When using a D435 and T265 together in ROS, I recommend using the launch instruction below if you are not doing so already:
roslaunch realsense2_camera rs_d400_and_t265.launch
Good luck!
Please sign in to leave a comment.
Comments
1 comment