mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
committed by
Alexander Alekhin
parent
4e7b521438
commit
6d34d6b47e
@@ -81,7 +81,7 @@ if __name__ == '__main__':
|
||||
else:
|
||||
task = DummyTask(process_frame(frame, t))
|
||||
pending.append(task)
|
||||
ch = 0xFF & cv2.waitKey(1)
|
||||
ch = cv2.waitKey(1)
|
||||
if ch == ord(' '):
|
||||
threaded_mode = not threaded_mode
|
||||
if ch == 27:
|
||||
|
||||
Reference in New Issue
Block a user