NormandErwan / ArucoUnity

Bring augmented reality to Unity by tracking Aruco markers in real time.
https://normanderwan.github.io/ArucoUnity/
BSD 3-Clause "New" or "Revised" License
204 stars 38 forks source link

Ensure compatibility with non-Windows platforms #6

Open NormandErwan opened 6 years ago

NormandErwan commented 6 years ago

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 commented 6 years ago

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

MindCreatesMeaning commented 6 months ago

What steps are required to replace the library with EmguCV for utilizing this package on macOS (Apple Silicon)?

I have been pointed to this repository from the Unity Virtual Production forums with regard to my ongoing search for a workflow (mimicking this Unreal Engine Workflow) for aligning real world environments with virtual environments.

I'm less computer scientist than storytelling creative. I stand on the shoulders of knowledgeable others to accomplish much of what I aim to accomplish - hence my desire for step-by-step directions (on how to replace windows specific components with cross-platform components such as EmguCV).

Will ArucoUnity (modified with EmguCV) be enough for aligning real-world environments with virtual environments (or will additional assets be required such as OpenCV for Unity)?