From 2f440f949028a41316b10ce3e3195aed5c4b2f22 Mon Sep 17 00:00:00 2001 From: FrankCV2048 <1395405735@qq.com> Date: Mon, 16 Dec 2024 21:07:40 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CU/Feeding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CU/Feeding.py b/CU/Feeding.py index 07170eb..d65263b 100644 --- a/CU/Feeding.py +++ b/CU/Feeding.py @@ -301,6 +301,7 @@ class Feeding(QObject): if self.detect.detect_position != None: log.log_message(logging.INFO, Constant.str_feed_takePhoto_success) self.feedConfig.feedLine.set_take_position(self.detect.detect_position) + self.detection_image = self.detect.detection_image self.next_position() self.detect.detect_status = DetectStatus.DNone else: