Maximum achievable FPS using Jetson Nano and RPi camera

Hello, Can anyone please tell what is the maximum fps that can be achievable using Jetson nano and RPi camera(dual as well as single slot used)?
In general a RPi camera specfi max is written as 120/90fps but can OpenCV or bash command make it much higher?

Current sensor driver support max fps is 60.

nvidia@nvidia-desktop:~$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
        Index       : 0
        Type        : Video Capture
        Pixel Format: 'RG10'
        Name        : 10-bit Bayer RGRG/GBGB
                Size: Discrete 3264x2464
                        Interval: Discrete 0.048s (21.000 fps)
                Size: Discrete 3264x1848
                        Interval: Discrete 0.036s (28.000 fps)
                Size: Discrete 1920x1080
                        Interval: Discrete 0.033s (30.000 fps)
                Size: Discrete 1640x1232
                        Interval: Discrete 0.033s (30.000 fps)
                Size: Discrete 1280x720
                        Interval: Discrete 0.017s (60.000 fps)

1 Like