From 7343b861a3be1cd8b3c234828890a362461e730c Mon Sep 17 00:00:00 2001 From: hand_gesturer_ecognition <3023667994@qq.com> Date: Thu, 30 May 2024 19:13:28 +0800 Subject: [PATCH] 0530 --- gesture_recognition.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gesture_recognition.py b/gesture_recognition.py index 0e38abb7..f1bc7b09 100644 --- a/gesture_recognition.py +++ b/gesture_recognition.py @@ -145,6 +145,18 @@ def handle_finger_detection(finger_count): # paused = True # popup_open = True # show_stop_recognition_window() + # if finger_count == 1: + # paused = True + # popup_open = True + # show_stop_recognition_window() + # if finger_count == 1: + # paused = True + # popup_open = True + # show_stop_recognition_window() + # if finger_count == 1: + # paused = True + # popup_open = True + # show_stop_recognition_window() def show_finger_window(message): def on_continue():