Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

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".