You can achieve the best framerate with Pi4B and v3 camera with:Important are specifying "--width" and "--height", "--denoise cdn_off" and "-n" for no preview.
I used that command in GScrop tool ...
https://gist.github.com/Hermann-SW/e604 ... gscrop-L17
... for high framerate GS camera video capturing as well:
https://stamm-wilbrandt.de/en/forum/GS/
Code:
libcamera-vid "$workaround" --width "$1" --height "$2" --denoise cdn_off --framerate "$3" --save-pts /dev/shm/tst.pts -t "$4" "$SHTR" "$5" -o /dev/shm/tst.h264 -n
I used that command in GScrop tool ...
https://gist.github.com/Hermann-SW/e604 ... gscrop-L17
... for high framerate GS camera video capturing as well:
https://stamm-wilbrandt.de/en/forum/GS/
Statistics: Posted by HermannSW — Sat Dec 30, 2023 12:56 am