Add initial rgc no_cl code, added 'press q to quit' to windows

This commit is contained in:
SimLeek
2018-04-02 18:24:53 -07:00
parent b184974174
commit cfc5ecba9f
+1 -1
View File
@@ -24,7 +24,7 @@ def sub_win_loop(
else:
frames = frame_dict[input_vid_global_names[i]]
for f in range(len(frames)):
cv2.imshow(names[f % len(names)], frames[f])
cv2.imshow(names[f % len(names)]+" (press q to quit)", frames[f])
if cv2.waitKey(1) & 0xFF == ord('q'):
for name in names: