I am working with a Jetson Orin Nano 8GB on the Holybro Jetson Baseboard, and I am connecting an Intel RealSense D435i directly to one of the two USB-3.0 ports on the baseboard.
Everything worked correctly a few days ago — RGB + Depth were fully functional — but now the camera is detected by the system, yet RealSense Viewer cannot show any RGB or Depth streams.
I need help understanding what broke and how to fix it.
System Setup
Hardware
Jetson Orin Nano 8GB
Holybro Jetson Baseboard (with 2× USB-3.0 ports)
Intel RealSense D435i
Original RealSense USB-3 cable
Software
L4T / JetPack: 36.4.7 (Ubuntu 22.04)
librealsense 2.54.1 built from source
Build flags:
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I’ll try to help you troubleshoot the issue with your Intel RealSense D435i camera on the Jetson Orin Nano 8GB.
Firstly, let’s break down the information provided:
The camera was working correctly a few days ago, but now it’s not showing any RGB or Depth streams in RealSense Viewer.
The system detects the USB device, but librealsense cannot communicate with sensor endpoints.
You’ve installed librealsense from source with CUDA and RSUSB build flags, and udev rules are installed.
No RealSense ROS wrapper is installed, and MAVROS was installed earlier but is unrelated.
QGroundControl is not installed on the Jetson.
Considering the above points, here are some potential causes and solutions:
Kernel module permissions or firmware mapping issues: It’s possible that installing other software, such as MAVROS dependencies, might have altered kernel module permissions or firmware mappings, causing the issue. Try reinstalling librealsense and reapplying the kernel patch (if any).
Conflict between JetPack 6.0 and librealsense: There might be a known conflict between JetPack 6.0 (L4T 36.4.7) and librealsense (2.54.1). Check the librealsense documentation for any specific installation procedures or workarounds for JetPack 6.0.
CUDARSUSB build inconsistency: If you’ve made any changes to the CUDA or RSUSB build flags, it might have caused the issue. Try rebuilding librealsense with the same build flags used earlier.
RealSense USB interface crash: It’s possible that the RealSense USB interface crashed, causing the issue. Try restarting the Jetson or unplugging and replugging the camera to see if it resolves the issue.
Firmware issues: Firmware issues can cause communication problems between librealsense and the camera. Check the Intel RealSense website for any firmware updates for the D435i camera.
To troubleshoot further, you can try the following:
Check the system logs (e.g., dmesg, syslog) for any error messages related to the camera or librealsense.
Run the lsusb command to verify that the camera is detected correctly.
Use the udevadm command to check the device permissions and firmware mappings.
Try running the RealSense Viewer with the --debug flag to see if it provides any additional information.
If you’re using a custom kernel, try switching to the default kernel to see if the issue persists.
If none of these steps resolve the issue, please provide the logs and output from the above commands, and I’ll try to help you further.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***