-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realsense viewer can't find realsenseD455 camera #14
Comments
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. |
Thank you for your answer, It remind me and i will try your method |
By the way , I found that D455 need at least librealsense version 2.38.1. maybe |
Thanks for your answer ,I tryed 2.39.0 but still can't found the D455 camera. |
@Mingchi-Yeh Thanks! I'll try this when I get home but glad to hear it can work! |
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 |
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. |
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?
The text was updated successfully, but these errors were encountered: