installRealSenseSDK icon indicating copy to clipboard operation
installRealSenseSDK copied to clipboard

Realsense viewer can't find realsenseD455 camera

Open Mingchi-Yeh opened this issue 4 years ago • 7 comments

Realsense viewer can't find realsenseD455 camera

L4T/JetPack version: L4T 32.3.1

RealSense camera(s): D455

I run the ./installLibrealsense.sh and then ./buildLibrealsense.sh. when it finished ,I turn on the Realsense Viewer and used the D455 camera , but realsense viewer can't found the D455. But when I tried D435 , the realsense viewer work fine. Is D455 not currently supported?

Mingchi-Yeh avatar Nov 26 '20 05:11 Mingchi-Yeh

Hey Mingchi-Yeh,

If you look at ./buildLibrelsense.sh, it is trying to install librealsense version 2.32.0. I'm pretty sure the D455 is newer then a year.

I edited the line for the version number to be 2.40.0. I also ran it with CUDA, but only the stereo camera worked for the D455. I'm trying it without CUDA now to see if there are kernel issues.

BTW: I'm running Ubuntu 18.04 on the Nvidia NX dev board.

xxEoD2242 avatar Dec 14 '20 13:12 xxEoD2242

Thank you for your answer, It remind me and i will try your method

Liuqibaa avatar Dec 21 '20 13:12 Liuqibaa

By the way , I found that D455 need at least librealsense version 2.38.1. maybe

Liuqibaa avatar Dec 21 '20 13:12 Liuqibaa

Thanks for your answer ,I tryed 2.39.0 but still can't found the D455 camera. But you can try the 2.40.0. "https://github.com/IntelRealSense/librealsense/issues/7875" That help me solved the quation.

Mingchi-Yeh avatar Dec 21 '20 13:12 Mingchi-Yeh

@Mingchi-Yeh Thanks! I'll try this when I get home but glad to hear it can work!

xxEoD2242 avatar Dec 22 '20 01:12 xxEoD2242

Thank you everyone,I have install 2.40.0 by run the ./buildLibrealsense which had changed ,and then I can run the D455 in Tx2 with jetpack4.4

Liuqibaa avatar Dec 23 '20 07:12 Liuqibaa

Just to reference a solution I found for the D455, since I had serious issues with the NVIDIA NX Dev Kit: NVIDIA Xavier NX Patch Update Request

This is how I solved the issue of inconsistent messaging. I also edited the build script in this repo to be 2.41.0 (which was released yesterday) and updated my D455 to the latest firmware. Let me know if you try my method and we can compare results.

xxEoD2242 avatar Dec 28 '20 11:12 xxEoD2242