OrbbecSDK_ROS2 icon indicating copy to clipboard operation
OrbbecSDK_ROS2 copied to clipboard

Failed to initialize device uvc_open failed: [Path: 2-3.1-7.0, Return Code: -6]

Open retazo0018 opened this issue 7 months ago • 4 comments

Hi @jian-dong, @Kashery,

I have a Gemini 335L camera. I am trying to install the setup inside ISAAC-ROS Dev container in Jetson AGX Orin.

When I try to Install udev rules as mentioned in README.md, the following output appears. I do not get this message when I run the same commands outside the docker container. Image

The colcon build is successful and when I try to launch the camera by ros2 launch orbbec_camera gemini_330_series.launch.py, I get the following error. Image

Please suggest some pointers to resolve this issue.

Thanks,

retazo0018 avatar Apr 23 '25 15:04 retazo0018

@retazo0018 Hi,I found that you are starting the camera in docker, you can try adding these two parameters --privileged and --device=/dev when running docker

jjiszjj avatar Apr 24 '25 01:04 jjiszjj

Hi @jjiszjj ,

Thanks for your reply. I included both in my docker run command, I still have the same error.

Is there a recommended way to launch the camera in the ISAAC-ROS dev docker environment?

retazo0018 avatar Apr 24 '25 12:04 retazo0018

I got the same question, is that solved ?

JoeHHD avatar Jun 06 '25 01:06 JoeHHD

Hi, try unplugging and replugging the camera USB.

retazo0018 avatar Jun 06 '25 16:06 retazo0018