Difference between revisions of "Blockman"

From Robert-Depot
Jump to: navigation, search
(Description)
(Documentation)
Line 15: Line 15:
  
 
==Code==
 
==Code==
 
==Documentation==
 

Revision as of 12:37, 4 June 2010

Description

  • Motivation

I wanted to create an interactive piece that I might actually have a chance at finishing. I was influenced by Camille Utterback's "Text Rain" and wanted to see if I could make objects move within the screen using my body. Unfortunately, I found out last minute that my original code was invalid because I tried incorporating original processing code into an OpenCV code so i had to rethink my final project. In a way, all the work i put into the first idea actually helped me create my final product. I was able to use the face-tracking code to track the face and cover then censor the face for being too vulgar. This is a comment on the FCC's censorship on T.V. and a look into the future and comment on what they could end up censoring.

  • Interactive paradigm

This would be in a gallery where people would interact by walking by. As they walk by they see that they are being projected onto the wall in front of them and as they turn to face the camera's the program will censor out their faces. It will read "Censored: Too Vulgar."

  • Technical Description

I used processing to create a program that will create a black sphere where the face would be and "censor" it out. I used the face tracking code and basically created a sphere inside the box that the face-tracking code creates. The webcam captures the video images and allows the user to see the footage being displayed with the censored faces.

Documentation

Code