We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Combine Videos and transfer to Flash? (Read 618 times)
Combine Videos and transfer to Flash?
Mar 23rd, 2007, 3:32pm
 
im working on an interactive design project, and we are interested in the capture and brightness tracking videos.
how we could:
a) combine them and
b) transfer them into flash?
Re: Combine Videos and transfer to Flash?
Reply #1 - Mar 24th, 2007, 6:25pm
 
First I suggest you get your webcam working in Flash.

This article is pretty good and very simple.

I created a Video object in Flash's library. Dragged it to the stage. Called it "vido" and entered the following code:

Code:

var active_cam:Camera = Camera.get();
vido.attachVideo(active_cam);


It's motion detection instead of brightness tracking, but the two are closely related and the math is similar.
Page Index Toggle Pages: 1