From dc57fa61f11753861f7233ab566b3c1c4eb7fa04 Mon Sep 17 00:00:00 2001 From: gocivici Date: Sat, 21 Oct 2023 15:52:11 +0300 Subject: [PATCH] time fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f53509e..b6a519b 100644 --- a/main.py +++ b/main.py @@ -75,7 +75,7 @@ if cam.isOpened(): cv2.rectangle(img,(30,550),(450,600),(0,0,255), 8) img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE) cv2.imshow('webcam',img) - cv2.waitKey(7000) + cv2.waitKey(2000) if fearPoint>0: #rotoImg = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE) # cv2.imshow('webcam',img)