From 4c13f6cbab185d5b4fb9529c0620ac530292363d Mon Sep 17 00:00:00 2001 From: 13339479676 Date: Tue, 15 Feb 2022 07:22:33 +0800 Subject: [PATCH] v06 print msg update --- opencv_webcam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencv_webcam.py b/opencv_webcam.py index 29d901b..36571cf 100644 --- a/opencv_webcam.py +++ b/opencv_webcam.py @@ -127,7 +127,7 @@ def webcam_opencv(device_index="0", # 设备号 # ------------------程序开始------------------ s_time = time.time() # 起始时间 print(figlet_format("O W S", font="alligator")) # ows logo - print(f'摄像头连接成功!') + print(f'摄像头连接成功!\n') # ------------------系统信息------------------ print(f'-------------系统信息-------------') @@ -149,7 +149,7 @@ def webcam_opencv(device_index="0", # 设备号 frame_width = cap.get(3) # 帧宽度 frame_height = cap.get(4) # 帧高度 fps = cap.get(5) # 帧率 - print(f'宽度:{frame_width}, 高度:{frame_height}, FPS:{fps}, 缓存数:{bufferSize}') + print(f'宽度:{frame_width}, 高度:{frame_height}, FPS:{fps}, 缓存数:{bufferSize}') frame_savePath = "" # 保存路径 if is_autoSaveFrame or is_handSaveFrame: