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 …
Tag Archive: Ortho-stereo
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 …
Permanent link to this article: http://www.markusrapp.de/face-tracking-in-unity-3d/