Closed S-Khos closed 1 year ago
When using the frame queue the frame_read.frame
only returns a frame when a new frame is acutally available. You are reading them too fast.
When no new frame is available frame_read.frame
returns None
, which causes an error when given to cv2.imshow
I run into this error whenever I am using the
with_queue=True
flag fortello.get_frame_read()
this is the exact error
this is what my code looks like,