As part of an quick exercise with face tracking I’ve hacked together this simple demo demonstrating a parallax view combined with a face tracking library. It’s a nice little set-up to show the possibilities of interface design using an ordinary webcam and flash.
If you have a separate webcam, put on top/center of your screen.
I’ve used Mario Klingemann’s modified version of Ohtsuka Masakazu’s face detection port of the OpenCV library, with some modifications. For the parallax part I’ve used a class from Fuori Dal Cerchio, I’ve modified this class so it’s no longer time line dependent.