DarthVi
Results
3
comments of
DarthVi
I tried right now putting `time.sleep(0.3)` before and after `camera = PiCamera()` and before `for frame in camera.capture_continuous(rawCapture, format="rgb", use_video_port=True):`. There's still the same issue: sometimes it works and continues...
With a 7 seconds delay, the initial crashes occur less frequently. Since for UX reasons I don't want to have too much delay, I coded a monitor that restarts the...