/VoforiaWithOpenCVForUnitySample

Voforia with OpenCV for Unity Sample

Primary LanguageC#

Voforia with OpenCV for Unity Sample

Demo Video

Environment

OSX Mavericks
Unity 5.0.0f4

In Unity 4.6, It seems the black screen problem occurs while using the combination of Vuforia and OpenCVForUnity. I am investigating the cause.Unfortunately, please use the Unity5 at the moment.

Setup

Samples

CameraImageToMatSample.cs
Conversion from CameraImage(without augmentation) of "Voforia" to Mat of "OpenCV for Unity".

PostRenderToMatSample.cs
Conversion from PostRenderTexture(ARCamera) of "Voforia" to Mat of "OpenCV for Unity".
Attach "PostRenderToMatSample.cs" to "ARCamera/Camera".