Open HELLO-hyq opened 4 months ago
Just to clarify, can you confirm that you're running the latest Bookworm OS and that all your software is up to date. Then your test script looks something like this:
from picamera2 import Picamera2
picam2 = Picamera2()
picam2.start()
# Now unplug the camera
picam2.stop()
Thanks.
When the line connecting to the camera is disconnected and picam2.stop() is performed, it blocks at this line of code, is there a more robust solution?