Error with Raspberry pi Camera V2 on Jetson Nano

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:

  1. Executed the apt-get update && upgrade commands.

  2. Re-flashed my SD card using Balena Etcher.

  3. 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.

Enable the camera by jetson-io.

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