I have an application I’m writing for the Magic Leap that needs AR markers, but I’m not sure how to go about adding an external library like OpenCV to handle reading them. I can compile for arm, but then what do I do with the DLLs? Do I add them to my build.cs like this guide?
I’d appreciate any advice.