From 8798af42f71c485687957450beab56d6618eb8b4 Mon Sep 17 00:00:00 2001 From: JSap0914 <116227558+JSap0914@users.noreply.github.com> Date: Tue, 22 Jul 2025 05:23:14 +0000 Subject: [PATCH] change test --- recording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recording.py b/recording.py index 86a3596..f9e0662 100644 --- a/recording.py +++ b/recording.py @@ -60,7 +60,7 @@ def signal_handler(sig, frame): # --- 메인 코드 --- - +# check change # 카메라 초기화 capture = cv2.VideoCapture(1) #웹카메라 사용 capture.set(cv2.CAP_PROP_FRAME_WIDTH, 1280)