Maximum fps

I am looking to use the JETSON platform for a video analysis, streaming and recording project.
The system is composed of 1 or 2 cameras. I have found a lot of information about resolutions, number of cameras, multiple streaming, but I have not found information about making a single stream at “maximum” fps.

What would be the maximum rate for one streaming / recorder of 4K, Full HD and HD resolutions?

Best regards,

Carlos

Hi idicuso,

Please refer to the SW feature list to find the information: https://developer.nvidia.com/jetson-linux-software-features

Hi,
You can also refer to
https://developer.nvidia.com/jetson-agx-xavier-series-datasheet

The cases we try/verify is up to 60fps. For higher fps case, you may try with psuedo source like:

$ gst-launch-1.0 videotestsrc num-buffers=600 is-live=1 ! video/x-raw,width=320,height=240,framerate=120/1 ! nvvidconv ! 'video/x-raw(memory:NVMM),width=1920,height=1080' ! nvv4l2h264enc ! fpsdisplaysink text-overlay=0 video-sink=fakesink sync=0 -v