From faedaef1ba93626c3e81b64858dd1d3b16ca9b94 Mon Sep 17 00:00:00 2001 From: gocivici Date: Sat, 21 Oct 2023 14:14:03 +0300 Subject: [PATCH] waitkey --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8f80095..8a94917 100644 --- a/main.py +++ b/main.py @@ -77,7 +77,7 @@ if cam.isOpened(): #printer.text("Spooky Night 2023") #printer.text("2023\n") printer.text("\n\n\n\n") - # cv2.waitKey(5000) + cv2.waitKey(5000) img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB) img = Image.fromarray(img) draw = ImageDraw.Draw(img)