I have been experimenting with processing and it’s applications for real-time image manipulation. I was inspired by and art show by Dr. Woo Hoo. He had displayed some jellyfish which would react to movement from a live camera feed. Using my handy web cam I started to try it out.
The first example takes captures the motion of my movement by comparing current and previous pixel brightness. Whenever there is motion detected in the pixel space of one of the circles, the circle grows.
The second example takes the bitmap data read in from the camera and creates a 3d point/pixel version. I am using a sin function to contract and expand the points in zspace.
The third example generates the points in 3d space based on how much movement is detected. This really starts to push the processor especially when its exporting an image sequence, but it’s still pretty neat.


