1 | initial version |
you likely had to build the opencv (+ contrib) libs from source, and you should NOT build opencv_world, but seperate module libs then (like opencv_core, opencv_imgproc, etc) and link to those, not the old opencv_world one.
you also need to link against opencv_aruco now (that's the actual error in your question)