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.