Tag Archive: Ortho-stereo

May 14 2013

Project Prototype

The prototype Calum Murray and I developed for this project is a scene that extents the HIVE room into the screen. Two displays are placed inside that room. A PlayStation Move controller is mapped one to one inside the virtual space. The sphere colour of the virtual PlayStation Move controller is the same colour as …

Continue reading »

Permanent link to this article: http://www.markusrapp.de/project-prototype/

May 12 2013

Face Tracking in Unity 3D

To be able to implement the Ortho-stereo effect I needed to find out how I can do face-tracking inside Unity. Move.me has no face tracking functionality implemented. It only delivers the camera images. Face-tracking needs to be calculated on the PC.
Face-tracking in Unity can be done with OpenCVSharp or FaceAPI. First I tried to use …

Continue reading »

Permanent link to this article: http://www.markusrapp.de/face-tracking-in-unity-3d/