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: