From cfc5ecba9f22fb71de9ce44eeba4565152741d08 Mon Sep 17 00:00:00 2001 From: SimLeek Date: Mon, 2 Apr 2018 18:24:53 -0700 Subject: [PATCH] Add initial rgc no_cl code, added 'press q to quit' to windows --- cv_pubsubs/window_sub/cv_window_sub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv_pubsubs/window_sub/cv_window_sub.py b/cv_pubsubs/window_sub/cv_window_sub.py index bc42703..c1b2b6f 100644 --- a/cv_pubsubs/window_sub/cv_window_sub.py +++ b/cv_pubsubs/window_sub/cv_window_sub.py @@ -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: