When I process the camera video stream, the frame rate is high, but the program has a noticeable delay (about 1s)Why is this?
When I comment out testPool.get(img), there is no delay (that's for sure), so there should be a delay in taking the image out of the thread pool
When I process the camera video stream, the frame rate is high, but the program has a noticeable delay (about 1s)Why is this?
When I comment out
testPool.get(img), there is no delay (that's for sure), so there should be a delay in taking the image out of the thread pool