IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.52k stars 4.81k forks source link

D455, D435i cannot be detected by realsense-viewer, but D435 can be detected #13140

Closed HappySamuel closed 1 month ago

HappySamuel commented 1 month ago

Required Info
Camera Model D435i & D455
Firmware Version 5.16.0.1
Operating System & Version Linux (Ubuntu 22.04) / Jetpack 6.0
Kernel Version (Linux Only) 5.15.136-tegra
Platform NVIDIA Jetson AGX Orin
SDK Version legacy / 2.55.1.0
Language realsense-viewer
Segment Autonomous Mobile Robot

Issue Description

I have newly installed Jetpack 6.0, and realsense-viewer. But found that D455 and D435i cannot be detected at all. While D435 can be detected. Any idea why is this happening? And how to resolve this issue?

Best, Samuel

MartyG-RealSense commented 1 month ago

Hi @HappySamuel When using JetPack 6, the RealSense MIPI driver at the link below needs to be installed in order for HID type cameras (ones with an IMU) to be supported on a USB connection.

https://github.com/IntelRealSense/realsense_mipi_platform_driver

I would recommend downgrading your JetPack version to 5.1 if possible to achieve HID support without the driver.

HappySamuel commented 1 month ago

Hi @MartyG-RealSense

Thanks for your response. Regarding your suggestion on downgrading Jetpack version, i prefer not to, as isaac_ros on Jetpack 6.0 provides multi-cam support, comparing to previous Jetpack version. By the way, I saw a post that stated downgrading the d435i firmware version to 5.13.0.50 can work on Jetpack 6.0. What's the main difference between two version?

https://forums.developer.nvidia.com/t/realsense-d435i-not-working-with-jetson-orin-nano-8gb-jetpack-6-0/298870/7

Currently, i am going to test downgrading the d455 firmware verison to 5.13.0.55 and see if it can work on Jetpack 6.0 or not.

Best, Samuel.

MartyG-RealSense commented 1 month ago

The key changes in firmware versions in-between 5.13.0.50 and 5.16.0.1 are listed in the table below, taken from the firmware release notes document.

image

MartyG-RealSense commented 1 month ago

Hi @HappySamuel Do you require further assistance with this case, please? Thanks!