- Home /
OpenCV and Android with Unity3D
I'm trying to integrate OpenCV or EmguCV with Unity for an Augmented Reality project. I have experience with Unity, know how to program in C#, not really Javascript, but now I want to learn OpenCV with Augmented Reality and the only easy solution is Unity.
I have been searching and trying to create plugins for days, the only solution I've found is the OpenCV for Unity Plugin but it is simply too expensive for me.
So can anyone point me in the right direction, that compatible with Android.
Thanks in advance.
Have a look at http://thomasmountainborn.com/2016/09/12/unity-and-opencv-part-two-project-setup/
It is the second part of a trilogy. The article may give you some clues, although it focuses on development on Windows and targeting a Windows device within Unity.
Answer by rameezrehman408 · Dec 28, 2017 at 11:16 AM
This is an implementation on Unity & OpenCV library (not unity's plug-in) to be used on Android Device. This tutorial is a bit brief and doesn't explain very much for someone who's attempting this task for first time (i.e. myself). :)
The link provided by @DevGallie is good and explains the process step-by-step in detail, but is only for Windows OS use.
Rameez.