update encode

This commit is contained in:
weijian 2022-12-30 12:02:52 +08:00
parent 48d613b8fd
commit 67dd6b1c7f

View file

@ -208,6 +208,7 @@ class Detect_marker(Movement):
def run(self):
global pump_y, pump_x
self.init_mycobot()
print('ok')
num = sum_x = sum_y = 0
while cv2.waitKey(1) < 0:
success, img = self.cap.read()