v03 update

This commit is contained in:
13339479676 2022-01-10 21:17:34 +08:00
parent e9a78d0049
commit 30ec035791
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def webcam_opencv(device_index=0, quit_key="q", pause_key="p", is_autoSaveFrame=
print(f'程序结束!')
e_time = time.time() # 终止时间
print(f'用时:{round((e_time - s_time), 3)}秒, {round((e_time - s_time)/60, 3)}分, {round((e_time - s_time)/3600, 3)}小时')
logFile.write(f'共计{frame_num}帧,已保存在:{frame_savePath}\n')
logFile.write(f'用时:{round((e_time - s_time), 3)}秒, {round((e_time - s_time)/60, 3)}分, {round((e_time - s_time)/3600, 3)}小时')
def main(args):