Flash Webcam Motion Tracking – Source Code

Just a quick note to let everyone know that I posted the source code requested for the webcam motion tracking that I did.

It is in this post: http://visualadvance.com/blog/?p=127

Read More

Flash Webcam Motion Tracking – 1st Attempt

I decided my next step with the webcam was to attempt some motion tracking. After a couple nights work I managed to get something working fairly well.

The short explanation: I created a grid of squares over the webcam input, …

Read More

Halftone Effect with Flash

I am going to keep on posting my explorations with BitmapData until someone stops me.

My latest iteration turns the input from a webcam (or video) into a haltone effect (an idea given to me by Brandon Breaux). The …

Read More

BitmapData + Webcam + Mouse Repulsion

As I promised I integrated the webcam into my last BitmapData test. I also decided to add some repulsion to the mouse so that you can push the squares around, and they will eventually return back to their origin.

BitmapImage_v09

Read More

Video Effect from BitmapData

Furthering my explorations with the BitmapData and classes, I came up with this effect. It’s surprisingly easy to change one or two variables and have it give off an entirely different effect. I think my next step will be integrating …

Read More