Are there any potential pitfalls to using addCallback()
? I guess I'm wondering if it is a different kind of thread as compared to regular python threading.Thread
.
Our applications are entirely headless and involve up to 36 OAK PoE devices on a single host. So no cv2.imshow
, queues of images and MJPEG server FTW.
We have been slowly fine-tuning the process of handling many devices and reducing the number of infinite loops is preferable.