|
|
@@ -396,7 +396,7 @@ class SmartShooter(metaclass=SingletonType):
|
|
|
context.term()
|
|
|
return False, "相机未连接或软件未打开"
|
|
|
|
|
|
- async def CameraShooter(self, msg_type="", goods_art_no="", id=0, is_af=False,delay=2.0):
|
|
|
+ async def CameraShooter(self, msg_type="", goods_art_no="", id=0, is_af=False,delay=1.5):
|
|
|
# 这里延迟一秒钟 等待前置命令完成
|
|
|
await asyncio.sleep(delay)
|
|
|
# 对焦混用
|