IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 12 forks source link

Orin Nano support #221

Open masip85 opened 1 month ago

masip85 commented 1 month ago

Hello

I've read Orin Nano is not supported. I've tried to use this project with 5.3 and 6.0 versions without success. Why is that? Can I modify something to achieve it?

Nir-Az commented 1 month ago

Jetson Nano is not "Officially" supported because it is not tested on our side. As I see, many users from the community use it. I recommend going over https://github.com/IntelRealSense/librealsense/issues

masip85 commented 1 month ago

But what I am seeing at the issues of librealsense is people who is using GSML with embedded (normally Connect Tech solutions). But I am using 9296 deserializer board.

I've found that at step:

With Jetson-IO tool: sudo /opt/nvidia/jetson-io/jetson-io.py

    Configure Jetson AGX CSI Connector
    Configure for compatible hardware
    Jetson RealSense Camera D457

With command line

sudo /opt/nvidia/jetson-io/config-by-hardware.py -n 2="Jetson RealSense Camera D457"

the output is: NameError: No configuration found for Jetson RealSense Camera D457 on Jetson 24pin CSI Connector!

What should I modify to test it?