Closed antoniosimunovic closed 5 years ago
Hi, I'm having problems with an example in tests/opencv_liveview_example.py:
After first caught exception in block:
try: frame.queueFrameCapture() success = True except: droppedframes.append(framecount) success = False
every other call in the while loop to that code block ends with same exception.
What is a correct way to recover from queueFrameCapture error?
Please try to repeat the error with v0.2 if it's still a problem.
Hi, I'm having problems with an example in tests/opencv_liveview_example.py:
After first caught exception in block:
every other call in the while loop to that code block ends with same exception.
What is a correct way to recover from queueFrameCapture error?