hello guys,
i’m trying to interface raspberry pi v3 & v2 camera with jetson orin nano but raspberry pi v2 camera module is working ,v3 is not working. I’m using jetpack 6.0.Could you please help me to solve this issue?
Hello @srinivasanm,
The issue you are experiencing is most likely caused by your device tree configuration.
This is because the 2 cameras come with different sensors. The V2 camera uses an IMX219 sensor, while the V3 camera comes with an IMX708. These 2 sensors require different drivers, and each driver is load according to your device tree configuration. The default DTB for the NVIDIA Jetson boards are usually configured for IMX219 support, that is the reason why your V2 camera works but your V3 camera doesn’t.
In order to fix this, you will need to create a custom DTB where one of the modules is an IMX219 and the other an IMX708.
Please let us know if you require further assistance to achieve this, we would love to help.
regards,
Andrew
Embedded Software Engineer at ProventusNova
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.