v03 update
This commit is contained in:
parent
e9a78d0049
commit
30ec035791
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue