Thanks, that did the trick!
The following code works fine:
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