Can't get double imx219 working with orin nano

Hi all,

I’ve been trying to get my two raspberry pi cameras noir v2.1 (imx219) working with my orin nano on jetpack 6.1. However despite going through jetson-io.py and configuring it for the dual imx219 option, my orin nano doesn’t seem to recognize either camera with v4l2-ctl only listing one camera at /dev/video0. Anyone have any ideas on what may be causing this issue?

Thanks!

Please check the log.

sudo dmesg | grep -i imx219

upon checking the dmesg logs and v4l2-ctl it appears the camera on the cam0 port appears but not the camera under the cam1 port. it says there’s an error during the i2c probe read. any ideas on what this could be?

It’s could be HW issue due to unable communicate with sensor via i2c command.

It was indeed a hardware issue. Looks like one of my IMX219’s was a dud. Thanks for the help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.