diff --git a/capture.py b/capture.py index e35fe14..c94dfa3 100644 --- a/capture.py +++ b/capture.py @@ -38,7 +38,7 @@ while True: else: print("Failed to capture image") - # Wait for 5 seconds + # Wait for 2 seconds time.sleep(2) # Release the camera and close all windows diff --git a/judge.py b/judge.py index 58cce14..787cf89 100644 --- a/judge.py +++ b/judge.py @@ -47,7 +47,6 @@ def analyze_posture(base64_image): { "type": "image_url", "image_url": f"data:image/jpeg;base64,{base64_image}", - # "image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg" }, ], }