How to: interactive wall installation with kinect.
Hello,
I saw this interactive graffiti wall installation recently at an art show. It was done in Touch Designer with a video projector and Kinect. Basically, there are two image files, one on top of the other. The Kinect uses a persons right hand as an eraser to reveal the image behind the layer. But it looks like the person is spray painting.
I'm wondering how I can recreate this interaction in Max? What objects should I use? Has anyone done anything similar?
Here is the video:
https://youtu.be/xviei2n9NwA
Use jit.multiplex to overlay 2 images on top of each other.
You can have two inputs, so use one input from your webcam (so that you could get the live hand feed) and the other a movie input.
Hope this helps!