Run D435i with RGB module disconnected #2382
Replies: 7 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
Hi @fangxiaomeng0830 A RealSense camera's firmware driver identifies the name of the camera model based on the hardware components that it can detect. When a D435i's RGB sensor is not detected by the firmware it is assigned the name D430i, because the camera contains a D430 camera circuit board and an IMU component. The D430i state is typically caused by a problem with the firmware driver that can be corrected by downgrading the firmware to the previous version of the driver that is currently installed and then re-upgrading to your current one. |
Beta Was this translation helpful? Give feedback.
-
If the RealSense camera is an integrated one then the manufacturer of the product that contains the camera should be contacted for support as Intel cannot provide support for such cameras unfortunately. The official store website of Unitree B1 says that it is equipped with D430x5. D430 is not equipped with an RGB sensor, so it appears that the absence of the RGB sensor may be deliberate and not a firmware fault. |
Beta Was this translation helpful? Give feedback.
-
In the absence of an RGB sensor, a D430 can use an infrared image instead of an RGB image as a pointcloud texture by adding the command below to the end of the ROS launch instruction.
However, I understand your problem that the D430i identification is causing a red error when launching. I will ask the RealSense ROS development team whether it is possible to add D430i as a supported PID for situations such as yours. |
Beta Was this translation helpful? Give feedback.
-
The ROS wrapper can be used with a USB 2.1 port, though the number of supported resolution and FPS combinations will be limited compared to a USB 3 connection. USB 2.1 is also slower and the Infrared 2 stream (right-side infrared) will not be available as it is a USB 3 feature. For 2.1 I recommend using 640x480 resolution and 15 or 30 FPS. |
Beta Was this translation helpful? Give feedback.
-
Jetson boards including Xavier NX work with the RealSense ROS wrapper. The red error is likely simply due to the D430i model number being unsupported as it does not usually occur unless there is a fault such as a damaged firmware or a disconnected RGB sensor cable inside the camera. |
Beta Was this translation helpful? Give feedback.
-
Bond broken is a rare error. One RealSense ROS user solved it by reducing resolution with this command: roslaunch realsense2_camera rs_camera.launch color_width:=424 color_height:=240 color_fps:=15 depth_width:=424 depth_height:=240 depth_fps:=15 |
Beta Was this translation helpful? Give feedback.
-
Hello there,
is there a way to run
realsense2
package with D435i sensor depth-only (with disconnected RGB module). Apparently, when the RGB module is disconnected, a following error occures:Thank you.
Beta Was this translation helpful? Give feedback.
All reactions