We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccf603 commit 5ec7f0aCopy full SHA for 5ec7f0a
afy/videocaptureasync.py
@@ -51,7 +51,6 @@ def update(self):
51
while self.started:
52
grabbed, frame = self.cap.read()
53
if not grabbed or frame is None or frame.size == 0:
54
- print('bad camera frame')
55
continue
56
with self.read_lock:
57
self.grabbed = grabbed
0 commit comments