- Edited
I've already replicated this, and I think I've realized what's happened - I'd moved the dai.Device() call into a class that sets up the camera pipeline so that I could grab calibration data directly off the camera and set the camera focus. Immediately after initializing that class, its reference to device is used properly (with camera.device as device: ). Closing the code in the (tiny) window between the initialization and the with: appears to be the cause. Closing it after the with: doesn't cause any problems. Closing it prior to the dai.Device() call also doesn't cause any problems. These calls are almost immediately adjacent. Power cycling fixes it, but I don't expect there's any way to do that without physical access.