# VuforiaWithOpenCVForUnityExample **Repository Path**: fangdongheiha/VuforiaWithOpenCVForUnityExample ## Basic Information - **Project Name**: VuforiaWithOpenCVForUnityExample - **Description**: Vuforia with OpenCV for Unity Example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vuforia with OpenCV for Unity Example ==================== Demo Video ----- [![](http://img.youtube.com/vi/TnF90ladrOo/sddefault.jpg)](https://www.youtube.com/watch?v=TnF90ladrOo) Environment ----- Windows 10 Unity 2019.3.10f1 Vuforia Engine AR 8.5.9 [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.4.3 Setup ----- * Setup Vuforia ([Getting Started with Vuforia Engine in Unity](https://library.vuforia.com/articles/Training/getting-started-with-vuforia-in-unity.html)) ![PackageManager.PNG](PackageManager.PNG) * Import OpenCVForUnity2.4.3 from AssetStore * Import VuforiaWithOpenCVForUnityExample.unitypackage Examples ----- **[CameraImageToMatExample.cs](/Assets/VuforiaWithOpenCVForUnityExample/CameraImageToMatExample.cs)** Conversion from CameraImage(without augmentation) of "Vuforia" to Mat of "OpenCV for Unity". ![CameraImageToMatExample.PNG](CameraImageToMatExample.PNG) **[PostRenderToMatExample.cs](/Assets/VuforiaWithOpenCVForUnityExample/PostRenderToMatExample.cs)** Conversion from PostRenderTexture(ARCamera) of "Vuforia" to Mat of "OpenCV for Unity". ![PostRenderToMatExample.PNG](PostRenderToMatExample.PNG) ![Light_Frame.png](Light_Frame.png)