ows print update
This commit is contained in:
parent
b59aa26370
commit
526f7db08d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue