Getting feed from an AV display to Jetson ORIN NX via clearclick converter

I have a camera that produces real-time AV feed and I connect it to ClearClick to convert AV in to USB and connect it to Jetson ORIN NX 16G. When I use OBS Studio on Jetson to test the connectivity to record a video, the mkv video is black.

My eventual goal is to save photos of the video feed on Jetson and process them with Python OpenCV.

Is ClearClick the correct converter for this purpose? Do you suggest a different converter?

Is this overall doable in Jetson?

This is the ClearClick I am using

ClearClick Video to USB 1080P Audio Video Capture & Live Streaming Device - Input HDMI, AV, RCA, S-Video, VCR, VHS, Camcorder, Video8, Hi8, DVD, Gaming Systems - USB-C Plug & Play

Hi,
By default we support UVC driver. Please follow the steps:

Jetson AGX Orin FAQ
Q: I have a USB camera. How can I launch it on AGX Orin?

And see if you can successfully launch the camera and see video preview.

1 Like

Thanks for your response. Does it mean ClearClick should be able to transfer the AV in (via yellow) video feed to USB to Jetson?
I wasn’t sure what you meant by supporting “UVC” driver and its relation to AV in and ClearClick.

Hi,
You may try

$ v4l2-ctl -d /dev/video1 --list-formats-ext

And see if your device is listed. If it is listed, you should be able to capture frame data through v4l2-ctl command or gstreamer command with v4l2src plugin.

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