ows print update

This commit is contained in:
13339479676 2022-01-05 22:16:05 +08:00
parent b59aa26370
commit 526f7db08d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def webcam_opencv(device_index=0, quit_key="q", pause_key="p", is_autoSaveFrame=
print(f'已暂停!按任意键继续。。。')
cv2.waitKey(0) # 暂停,按任意键继续
print(f'一共处理了{frame_num}')
print(f'共计{frame_num}帧,已保存在:{frame_savePath}')
# 释放缓存资源
cap.release()
cv2.destroyAllWindows()