Closed FreakTheMighty closed 6 years ago
Thanks for your issue. Sorry for my late reply!
For what I understand, CMake is complaining during the ArucoUnityPlugin build. It says that the OpenCV you provide has a x86 (32 bits) architecture. However it needs a x64 version.
I think CMake has found an OpenCV version on your hard-drive which is not the one you compiled. The -DOpenCV_DIR
option should point on a wrong path.
I'm going to retry a build on my side to verify that.
I moved the ArucoUnityPlugin to a dedicated repository and set-up automatic build both for Linux (with Travis) and Windows (with AppVeyor). You can download the plugin on releases.
I also updated the documentation. It should be better now if you want to build the plugin by yourself.
@NormandErwan thanks for the update. I ended up using python binding + sockets which worked for my purpose. If I have an opportunity to do this sort of thing again I'll report back my results. Thank you for your help.
First of all, thanks for this library. I'm very excited to give it a try. I'm trying to build on windows 10 following the direction from here. The first step completes successfully, but it fails on the second step. Below are the commands I've used and the output.
Output