Quantcast
Viewing all articles
Browse latest Browse all 4899

Camera board • Re: Low FPS video capture through libcamerify

I've just tested with an IMX477 (HQ camera) as that was what I had on hand.

1280x720 YU12 yes is varying in frame rate by default.
Edit /usr/share/libcamera/ipa/rpi/vc4/imx477.json and reduce the max exposure time to 30000, and I get 30.01fps reliably, regardless of what I do with light levels.

That bit of the tuning file now reads

Code:

                            "normal":                            {                                "shutter": [ 100, 15000, 30000, 30000, 30000 ],                                "gain": [ 1.0, 1.0, 2.0, 4.0, 6.0 ]                            },
I forgot to send a response, I managed to make it work using the environment variable like so:

Code:

LIBCAMERA_RPI_TUNING_FILE=/opt/arducam/imx708-b0311.json libcamerify ...
This tuning file was downloaded by arducam driver installer, I edited it so shutter speed is 30000 at most and it seems to work fine, thank you.

Statistics: Posted by m4rkohr — Tue Jul 16, 2024 7:40 am



Viewing all articles
Browse latest Browse all 4899

Trending Articles