replaced cv2.aruco with python bindings for new aruco version

simple_control
Simon Pirkelmann 2020-10-23 20:44:20 +02:00
parent 280fb10427
commit 0acc59cc53
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from queue import Queue
import aruco
class ArucoEstimator(socketserver.BaseRequestHandler):
class ArucoEstimator:
corner_marker_ids = {
'a': 15,
'b': 1,