I can't connect the camera to the jestson nano

Hello! I have jetson Nano model p3450, jetpack 4.6.1. I can’t get images from the VOx thermal camera CVBS/USB/MIDI interface, 25 Hz, 384x288. Connecting to CAM0. When connecting the camera to the connector, the operating system does not show that the device /dev/video0 has appeared, and in general, no device /dev/video* shows. I check with ls /dev/video* commands, then sudo v4l2-ctl --list-devices, tried gst-launch-1.0 videotestsrc is-live=true! video/x-raw, width=388, height=284 ! nvoverlaysink. The same behavior if I connect a Raspberry PI camera. Please tell me how to solve my problem, what do I need to see on jetson? Thank You!

Hello,

Have you added the camera driver to the kernel or do you know if the driver is available?

You need to add the camera driver, the driver is responsible for creating the video device (/dev/video*)

Manuel Leiva
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com

Hello!
I do not know if a driver is available for this camera and where to look for it. I sent an email to this address support@ridgerun.com but there is no answer. Can you advise where to look for drivers such cameras?
Thank you for your reply!

You need to download the kernel sources Jetson Linux R32.7.1 Release Page | NVIDIA Developer ( JetPack 4.6.1) for Jetson Nano and check if the driver is available.

Manuel Leiva
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com

Thank you, ManuelLeiva, I will check.

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