>>> from laruco.detect import Detection
>>> det = Detection(aruco_dict="DICT_5X5_100", calibration_filename='../calibrations/calibration_l.pckl')
>>> det.detect_angles(frame,marker_size=2.1)
Lazy ArUco is available on PyPI:
TO BE DATED
$ python3 -m pip install lazy-aruco