I’m trying to connect a Raspberry Pi Camera Module V2-8 Megapixel,1080p (RPI-CAM-V2) to my Jetson Orin Nano 8GB Dev Kit using the 15-pin MIPI CSI-2 interface. However, the camera is not being detected, and I’m unable to get it working. I’ve followed several steps but haven’t had success yet. I’d appreciate any help or guidance to resolve this issue.
Steps I’ve Taken So Far
Connected the Camera:
Used a 15-pin MIPI CSI-2 cable to connect the Raspberry Pi Camera Module to the Jetson Orin Nano.
Ensured the cable is securely connected with the blue tab facing the correct orientation.
Enabled the Camera in Device Tree:
Edited /boot/extlinux/extlinux.conf to include tegra194-camera-rpi-cam0.dtb in the APPEND line:
I wanted to provide an update on my attempt to connect the Raspberry Pi Camera Module to the Jetson Orin Nano using the CSI-Camera repository (GitHub link) and Jetson Orin Nano Developer Kit User Guide - How-to | NVIDIA Developer. Unfortunately, it’s still not working, and I wanted to share the details of my setup and the issues I’m facing.
My Setup
Camera Module: Raspberry Pi Camera Module (IMX219 sensor).
Connection: I’m using a single direct CSI FPC Flexible Cable (22-pin to 15-pin, 0.5m length) to connect the camera directly to the CAM1 slot on the Jetson Orin Nano.
Terminal Output
Here’s a screenshot of the terminal output when running the commands
It looks like the driver is not enabled. According to @DaneLLL it’s required to use Jetson-IO to enable it, so please check that information and after that try to check if there are imx219 messages and if the /dev/video0 is created
Hi @DaneLLL,
I wanted to provide an update on my attempt to enable the Raspberry Pi Camera Module on the Jetson Orin Nano . I recently upgraded the JetPack version from 6.1 to 6.2 and followed the instructions from this link to enable the camera using Jetson-IO .
A configuration screen appeared briefly but disappeared immediately, making it impossible to make any changes.
Hi,
We try on clean Orin Nano developer kit/Jetpack 6.2. The jetson-io.py can be executed successfully. Could you re-flash the system image and try again? May try the initrd command in