Society of Robots - Robot Forum

Software => Software => Topic started by: Hawaii00000 on October 08, 2009, 04:56:09 PM

Title: Video input from webcam using flash
Post by: Hawaii00000 on October 08, 2009, 04:56:09 PM
I just started an automated home projected and I'm writing a GUi using html, just because its relatively easy to work with. I don't have a server because I'm planning to just run the files locally.

I need some help capturing video from the visitor's webcam via flash. It doesn't have to record, It just has to show a live feed.

Can anyone point me in the right direction (i.e. some code, a good forum etc)? I've done some research but its just made me more confused.

EDIT: I found this http://kevinmusselman.com/blog/2009/02/access-webcam-with-flash/ (http://kevinmusselman.com/blog/2009/02/access-webcam-with-flash/) tutorial which should hopefully work. How do I integrate the flash and PHP into my html?