apriltags
apriltags copied to clipboard
max_hamming setting is not found
I have created a docker container and wanted to create an apriltag detector of family "tagstandard52h13" and I faced this error:
>>>from pupil_apriltags import Detector
>>> at_detector = Detector(families="tagStandard52h13")
apriltag.c: failed to allocate hamming decode table. Reduce max hamming size.
But I could not find the max_hamming setting on the detector to fix this.