visp
visp copied to clipboard
Building ViSP as a native plugin for use in Android with Unity
Hello, I'm trying to build ViSP as a native library so that I can run the visp_unity demo on android. I don't have extensive experience with CMake, so I might not be taking the correct approach. So far I'm trying to build ViSP using the Android NDK toolchain, however, I've not been able to build it with OpenCV, as the option USE_OPENCV disappears from cmake-gui's interface. Is this expected behavior? Thank you in advance.
Hi @cfabrito , did you manage to make the visp_unity project run on Android?