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

Camera board • Re: Changing camera resolution

$
0
0
Thanks, that did the trick!
The following code works fine:

Code:

app.StopCamera();app.StopEncoder();app.Teardown();options->width = 1536;options->height = 864;options->framerate = 50;app.ConfigureVideo(LibcameraRaw::FLAG_VIDEO_RAW);app.StartEncoder();app.StartCamera();

Statistics: Posted by cerberusEE — Tue Mar 12, 2024 10:49 am



Viewing all articles
Browse latest Browse all 8026

Trending Articles