From ca120c53eb6e1b0826618a2556adffcd97515188 Mon Sep 17 00:00:00 2001 From: Mohammed Zameel ali <55248408+Zameel-Byte@users.noreply.github.com> Date: Sun, 29 May 2022 12:01:37 +0530 Subject: [PATCH] Update Friday.py --- Friday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Friday.py b/Friday.py index 218fdcc..2d564c6 100644 --- a/Friday.py +++ b/Friday.py @@ -243,7 +243,7 @@ def cam(): cv2.namedWindow("Face cam") while True: - ret, frame = video_capture.read() + _ret, frame = video_capture.read() cv2.imshow("Face cam", frame) # This breaks on 'q' key