ArucoUnity icon indicating copy to clipboard operation
ArucoUnity copied to clipboard

Ensure compatibility with non-Windows platforms

Open NormandErwan opened this issue 7 years ago • 2 comments

Actually, only Windows x64 is supported as a C wrapper (the "plugin") is necessary to call the algorithms used from OpenCV.

The plugin should be build also for Windows x86, Linux, Mac, Android, iOS, UWP.

An alternative would be to replace to library with one of the following open-source project:

NormandErwan avatar Apr 12 '18 13:04 NormandErwan

Added support of Linux: https://github.com/NormandErwan/ArucoUnityPlugin/releases/tag/v2.0.0

NormandErwan avatar Aug 05 '18 20:08 NormandErwan