HDMI Camera Input - Using Video Capture Grabber

Hi,

I am trying to feed the HDMI output of the FLIR Duo camera into the Jetson TX2. The most affordable solution I have found so far was to use an HDMI-to-USB3 converter. Although the weight of it might be the down side. Another obstacle is the fact that the Jetson runs on Linux, so I’m not sure of the compatibility of the video grabbers with that operating system.

Has anyone ever done this with the FLIR Duo or any other HDMI-output cameras?

FLIR Duo: Support for FLIR Duo | Teledyne FLIR

HDMI-to-USB3 Converter: Amazon.com

Any suggestions would help greatly.

Sincerely,

Krystian Tomczuk

Hi Krystian,
I have connected the Flir Duo with the Jetson Nano via an HDMI to USB3 adapter, see images.
Google: if-link Video Capture-HDMI to USB 3
At the moment it is not available.

With
sudo apt-get install v4l-utils

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

you will see something like the output below:
Now you can choose one of the resolutions.

ioctl: VIDIOC_ENUM_FMT
	Index       : 0
	Type        : Video Capture
	Pixel Format: 'YUYV'
	Name        : YUYV 4:2:2
		Size: Discrete 1920x1080
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 640x480
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 800x600
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1024x768
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x960
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1280x1024
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1360x768
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1400x900
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 1440x900
			Interval: Discrete 0.017s (60.000 fps)
			Interval: Discrete 0.033s (30.000 fps)

Also I have connected a Flir Vue and a Sony RX0 with two of this devices, see images.
Best regards,
Wilhelm

3 Likes