120 fps local camera playback [Jetson Xavier NX]

Hey!

I am wondering, is it possible to show Full HD video (1920 x 1080) directly from a camera on a display at 120fps over HDMI with a Jetson Xavier NX Developer Kit?
Assuming I have a good enough camera (considering this one) and a display with a high enough refresh rate?

I realize the question is pretty basic, but I’m very new to single board computers and Jetson, so it’s unclear to me how powerful the board is and I was unable to find information about it. So asking here, before I go out and buy the hardware :)

Thank you!

hello koli.oskar,

it is possible, but you should also ensure the display fresh-rate to render the frames.
please also check $ v4l2-ctl -d /dev/video0 --list-formats-ext for sensor capability,
you may also see Approaches for Validating and Testing the V4L2 Driver for the sample command-line to enable camera stream.
thanks

1 Like