Hello, I’m trying to connect my Intelrealsense depth camera D455 to my Jetson Orin Nano 8 GB module. By following the official documentation of intelrealsense listed below.
Still, I couldn’t able to figure it out. I reloaded everything fresh. But I’m not able to connect with the camera.
I’m following the below documentation.
Is it right or I’m going wrong by following that document. Could you please provide me the guidelines to how to establish the connection for the camera with jetson nano orin.
Hi, I totally removed the JetPack 6.0 from my SD card and i flashed whole new with the help of balenaEtcher by following the below steps for my GUI.
And i followed the above steps given by DaneLLL today. I don’t know where it is going wrong but for the entire process it ran good. But when i tried to run the below step.
$ python3 ./realsense.py
It is taking too much time and not responding to the prompt at all.
But, I can see that my Depth camera D455f is connected to the usb ports with the help of the below command.
$ lsusb
and when i try to run the below command, it is showing no device detected.
$ rs-enumerate-devices
and i even change this for my Jetpack 6.0GA, I changed CUDACXX to 12.2
Now, what should i do to resolve this connection issue with my depth camera?
Hi, DaneLLL I followed the above link.
How to run realsense camera on Orin devices?
Even tough i couldn’t able to connect my camera and there is one error.
I am writing to follow up on a query I posted earlier regarding an issue I am experiencing with my Intel RealSense D455 camera. Unfortunately, I haven’t received any responses yet, and I am hoping someone could assist me.
The only thing that repeatedly worked for me with all versions Jetpack & Jetsons and D455 was to build from source, you can more or less follow this reply. You also will have to remove binaries otherwise you’ll get weird errors like permissions, etc.
I tried it. But nothing seems to be working out. IDK where i’m going wrong in the process. Can you provide me the step by step guide if possible so that i can figure out where i’m going wrong in the whole process of connecting my camera to my dev kit. With the help of those steps i can retry the whole process from scratch again.
I’ve been trying to connect my D455F RealSense camera to my Jetson Orin Nano Dev Kit, but I haven’t had any luck getting it to work. I’ve followed several suggestions, such as verifying the IMU driver installation, checking udev rules, and ensuring all dependencies are installed. Unfortunately, nothing seems to be working, and I’m not sure where I might be going wrong.
Could someone please provide a detailed, step-by-step guide for connecting the D455F camera to the Jetson Orin Nano? I’d like to start the process from scratch and figure out where things might be going off track.