c68aad92f7 | ||
---|---|---|
Assets | ||
CameraImageToMatExample.PNG | ||
Light_Frame.png | ||
PackageManager.PNG | ||
PostRenderToMatExample.PNG | ||
README.md | ||
VuforiaWithOpenCVForUnityExample.unitypackage |
README.md
Vuforia with OpenCV for Unity Example
Demo Video
Environment
Windows 10
Unity 2019.3.10f1
Vuforia Engine AR 8.5.9
OpenCV for Unity 2.4.3
Setup
- Setup Vuforia (Getting Started with Vuforia Engine in Unity)
- Import OpenCVForUnity2.4.3 from AssetStore
- Import VuforiaWithOpenCVForUnityExample.unitypackage
Examples
CameraImageToMatExample.cs
Conversion from CameraImage(without augmentation) of "Vuforia" to Mat of "OpenCV for Unity".
PostRenderToMatExample.cs
Conversion from PostRenderTexture(ARCamera) of "Vuforia" to Mat of "OpenCV for Unity".