Jetson Nano 4GB version with Raspberry pi Camera V2

Hello,
I’m Facing a problem with plugging Raspberry pi camera V2 with Jetson Nano 4GB, I followed this repo [GitHub - JetsonHacksNano/CSI-Camera: Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit] and tried those commands

gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink
gst-launch-1.0 nvarguscamerasrc sensor_id=1 ! nvoverlaysink

but I always got this error

Execute:740 No Cameras available.

my JetPack is 4.6.1, So my question is, IS there any solution for that?, and Is there any command that I can make sure that jetson is able to see the Camera, just to make sure that camera is broken or not?

Thanks.

Hi,
The camera is enabled by default on Jetson Nano developer kit. If you connect the camera and then boot the system up, it should be detected automatically. From the error log, it looks like the camera is not detected. You may re-flash system image through SDKManager and ty again.

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