I'm not familiar with Pi cameras but I use V4L2 a lot
Sometimes it's required to force some parameters on capture devices. Have you tried this ?
Like :Note the ending --set-parms 25 which sets the framerate to 25 on this capture device.
I'm not sure it works the same way with the bunch of devices pre set for Pi Cameras but it's worth a try
Sometimes it's required to force some parameters on capture devices. Have you tried this ?
Like :
Code:
v4l2-ctl -d /dev/video1 --verbose --set-fmt-video=width=1920,height=1080,pixelformat=YUYV,colorspace=rec709 --set-parm 25I'm not sure it works the same way with the bunch of devices pre set for Pi Cameras but it's worth a try
Statistics: Posted by dwam — Tue Dec 30, 2025 11:49 pm