replaced cv2.aruco with python bindings for new aruco version
This commit is contained in:
parent
280fb10427
commit
0acc59cc53
|
@ -8,7 +8,7 @@ from queue import Queue
|
|||
|
||||
import aruco
|
||||
|
||||
class ArucoEstimator(socketserver.BaseRequestHandler):
|
||||
class ArucoEstimator:
|
||||
corner_marker_ids = {
|
||||
'a': 15,
|
||||
'b': 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user