You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
detector.getConfiguration() returns the FractalMarkerSet as expected.
You can load a config with
detector.setConfiguration("FRACTAL_2L_6")
# or
detector.setConfiguration(aruco.FractalMarkerSet.FRACTAL_2L_6)
# or
detector.setConfiguration(0)
# or
detector.setConfiguration("/path/to/config")
and it will load the config and look for the fractalmarkerset
Yeah I load custom created .yml file via .setConfiguration .
As more specific I try to get marker size from .yml file because when I set manually, vector values go crazy.
hi again,
returns
The text was updated successfully, but these errors were encountered: