picamera2_examples
picamera2_examples copied to clipboard
Picamera2 doesn't seem to release the camera resource on .stop()
I have an flask application that calls picamera2 via uwsgi. When picamera2 is called an image is taken fine, but the resources are not released by at the end of capture or when .stop() is called. Can a release() function be added to picamera2 to enable it to release the resources when required?