Matrix Webcam


Matrix Webcam is a small application I made for a project at my school Cnam-Enjmin in 2017. The exercise was to make an allegorical self-portrait of myself.

The application takes the webcam live video stream and converts it into a "matrix-like" video. The images are composed of series ones and zeros falling down in streams and fading away. The alpha of each individual number is matched with the original video so that the shapes are recognizable.

Matrix Webcam is coded in C++ using the SFML for managing windows and images. The webcam data is collected using OpenCV