(I’ve been reading for a few months, and this is my first post!)
I have a use case (sorry, can’t give details) for >120 fps on TX2, Jetpack 4.2.1. I found https://devtalk.nvidia.com/default/topic/1006894/jetson-tx1/nvcamerasrc-gst-plugin-frame-rate-limitation/post/5154382/#5154382 , which achieved 240 fps on Jetpack 3.0 using nvcamerasrc. However, nvcamerasrc has been removed in favor of nvarguscamerasrc. The gst-inspect output for nvarguscamerasrc shows it as capped at 120 fps:
$ gst-inspect-1.0 nvarguscamerasrc
Factory Details:
...
Plugin Details:
Name nvarguscamerasrc
Description nVidia ARGUS Source Component
Filename /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvarguscamerasrc.so
Version 1.0.0
License Proprietary
Source module nvarguscamerasrc
Binary package NvARGUSCameraSrc
Origin URL http://nvidia.com/
GObject
...
Pad Templates:
SRC template: 'src'
Availability: Always
Capabilities:
video/x-raw(memory:NVMM)
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
format: { (string)NV12 }
framerate: [ 0/1, 120/1 ] <==========
Is there a way to capture >120 fps video from a CSI camera on TX2, Jetpack 4.2.1? Thank you!