Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5335

Camera board • Re: libcamera-raw framerate V3 module Raspberry Pi 4

$
0
0
You can achieve the best framerate with Pi4B and v3 camera with:

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
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/

Statistics: Posted by HermannSW — Sat Dec 30, 2023 12:56 am



Viewing all articles
Browse latest Browse all 5335

Trending Articles