RPI V2 IMX219 Not detected FIXED on Jetpack 6.2

Hi. I could not find a clear cut solution to this problem, which others are facing, so posting the solution here.

I was unable to use my RPI V2 camera on the latest version of Jetpack and no solution posted in this forum nor on the Jetson AI Lab website helped me.

MY ISSUE: “v4l2-ctl --list-devices” I get:
NVISIA Tegra Video Input Device (platform:tegra-camrtc-ca):
/dev/media0

cannot open device /dev/video0, exiting

THE SOLUTION:

You must configure the CSI ports.

  1. In terminal, run sudo /opt/nvidia/jetson-io/jetson-io.py
  2. select configure jetson 24pin CSI connector
  3. select Camera IMX219 DUal OR Camera IMX219-A ( i used A)
  4. save and reboot

now run the commands to launch the camera and it works.

1 Like

hello aa124,

that’s correct, IMX219 auto-detection has disabled in the JP-6.2/r36.4.3 release version.
you must using Jetson-IO to configure the CSI connector.