I'm using the rgb_mobilenet_4K.py example on Windows using PyCharm with an OAK-D PoE camera. It starts fine but after about 30 seconds or so I don't get any new frames.
I ran in debug and I can see that when this happens the loop is still running it's just that the calls to tryGet() for the video, preview and detections all come back as None so no new data is acquired and displayed.
If I change the sensor resolution to 1080p I can get it to go for a few minutes if I'm lucky but then the same thing happens again. I don't know if this is a clue?
Would appreciate any guidance as to why this might be happening.
Many thanks!