I recently started working with cameras and bought the " Arducam 2MP OV2311 Global Shutter M12 Mount NoIR Mono Camera Modules for Jetson Nano"
I hope I didn’t make the mistake that this camera only works for the Jetson Nano. The ribbon cable seems to be a 15 pin and inserts just fine in my board.
I followed the manual in setting things up but when I try to capture an image I get:
Open camera…
init camera status = 4099
I am stuck here, doesn’t seem like the board is recognizing the camera. Not sure why. Cable connection seems fine. Any help please?
Did you install the arducam camera driver as required? You can refer to the link below to install the driver.
After the driver installation is complete, you need to restart the Raspberry Pi. After restarting, execute the following command to check whether there are video0 and video1 nodes:
ls /dev/video* -l
Refer to the link below to install libcamera-dev and libcamera-apps.
Execute the command below to run the camera.
libcamera-still -t 0
If you followed the above steps, what command did you run the camera to execute?