|
|
@@ -208,7 +208,7 @@ class ProgramItem(BaseClass):
|
|
|
]
|
|
|
):
|
|
|
logger.info("拍照前运动检测状态[成功]")
|
|
|
- # await asyncio.sleep(0.5)
|
|
|
+ await asyncio.sleep(1)
|
|
|
return True
|
|
|
else:
|
|
|
check_times += 1
|
|
|
@@ -354,7 +354,6 @@ class ProgramItem(BaseClass):
|
|
|
if not await self.camera_check_mcu_move_is_stop(re_check=True):
|
|
|
logger.info("拍照前运动检测失败===>")
|
|
|
return
|
|
|
- await asyncio.sleep(0.5)
|
|
|
is_af = True if self.af_times > 0 else False
|
|
|
if self.smart_shooter != None:
|
|
|
# 拍照
|