You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PiCamera 1.13
Linux raspberrypi 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux
Just came across an issue where PiCamera.start_preview() blocked indefinitely and never returned. I inspected the thread and found it's stuck in the close method of mmalobj.py.
PiCamera 1.13
Linux raspberrypi 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux
Just came across an issue where
PiCamera.start_preview()
blocked indefinitely and never returned. I inspected the thread and found it's stuck in the close method of mmalobj.py.Any idea how I can prevent this in the future?
The text was updated successfully, but these errors were encountered: