Greetings everyone, I’m currently attempting to use my CSI camera with a 4GB Jetson Nano running JetPack 4.6.1, but I’ve encountered some challenges. Here’s what I’ve done so far:
-
Executed the
apt-get update && upgrade
commands. -
Re-flashed my SD card using Balena Etcher.
-
Tried to operate the camera through the command line interface with these commands:
gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink gst-launch-1.0 nvarguscamerasrc sensor_id=1 ! nvoverlaysink
However, I’m faced with the error:
Execute:740 No Cameras available.
When I check for the device using ls /dev/video*
, it returns “no such file or directory.” I must admit, I’m a bit blocked at this moment.