picamera2_examples icon indicating copy to clipboard operation
picamera2_examples copied to clipboard

Picamera2 doesn't seem to release the camera resource on .stop()

Open ChrisDean opened this issue 11 months ago • 0 comments

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?

ChrisDean avatar Mar 05 '24 12:03 ChrisDean