From eb896fc31edfe53fc63c07e2d1fb33dea3ceb262 Mon Sep 17 00:00:00 2001 From: ray <1416431931@qq.com> Date: Fri, 31 Oct 2025 00:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=8F=B0=E6=8E=A7=E5=88=B6bug?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/get_image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/get_image.py b/utils/get_image.py index 9b1ef83..6366d8f 100644 --- a/utils/get_image.py +++ b/utils/get_image.py @@ -154,7 +154,6 @@ class GetImage: except Exception as e: # 只在异常时打印错误 throttle(f"cap_read_err_{self.cam_index}", 2.0, logging.WARNING, f"⚠️ 采集卡 {self.cam_index} 读取异常: {e}") - import time time.sleep(0.1) # 出错时短暂延迟 def get_frame(self):