From 4c7432efe3cd634ee8204ca6461629bb033ca8c8 Mon Sep 17 00:00:00 2001 From: udayrajlive <82473873+udayrajlive@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:34:34 +0530 Subject: [PATCH] Update HandGestureRecognition.py --- HandGestureRecognition.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HandGestureRecognition.py b/HandGestureRecognition.py index 4cf6c76..a38ffbb 100644 --- a/HandGestureRecognition.py +++ b/HandGestureRecognition.py @@ -7,7 +7,8 @@ capture = cv2.VideoCapture(0) while capture.isOpened(): - + #intro hai bhai +# get into this ga=me # Capture frames from the camera ret, frame = capture.read() @@ -109,4 +110,4 @@ break capture.release() -cv2.destroyAllWindows() \ No newline at end of file +cv2.destroyAllWindows()