From 6e0a1253621d302900bb717f4b279094a4133f2b Mon Sep 17 00:00:00 2001 From: Migushthe2nd Date: Sun, 12 Apr 2020 22:29:51 +0200 Subject: [PATCH] Updated console message --- faceit_live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faceit_live.py b/faceit_live.py index 8a87181..a0f57f5 100644 --- a/faceit_live.py +++ b/faceit_live.py @@ -121,7 +121,7 @@ def main(): cv2.resizeWindow('Stream', webcam_width,webcam_height) - print("Press C to center Webcam, Press N for next image in media directory, T to alter between relative and absolute transformation, Q to quit") + print("Press C to center Webcam, Press B/N for previous/next image in media directory, T to alter between relative and absolute transformation, Q to quit") x1,y1,x2,y2 = [0,0,0,0] relative = True while True: