aruco.detectMarkers - Expected Ptr<cv::aruco::Dictionary> for argument 'dictionary'

you need to load a dictionary object first, and pass that to detectMarkers(), not the enum value.

c++ sample, have a look, anyway

1 Like