update 更新图片

This commit is contained in:
FrankCV2048
2024-12-16 21:07:40 +08:00
parent ef34f25020
commit 2f440f9490

View File

@ -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: