Skip to content

Draft: Set resolution on the picamera object

Richard Bowman requested to merge set-framerate-better into master

When we call stop_stream() the resolution is automatically set to the capture resolution. We'll work around this for now, by setting the PiCamera object's resolution directly, so it picks the correct sensor mode.

I also attempt to save and reset the frame rate. I don't think we need to manually reset the resolution - this should be done by start_stream()

Merge request reports