Search code examples
phpflashwebcamvideo-capture

How can I add webcam capabilities to my site?


I'm trying to allow users to take pictures with their webcams and save it. How can this be done? I am looking for something similar to Facebook or dailybooth in terms of their UI. I know smoe PHP/jQuery but I'm also wondering how I could save the pictures once "taken"?


Solution

  • The Facebook webcam thing is made using flash as you can see here:

    enter image description here

    This is all pretty easy to achieve with Flash (the actual capturing of what the webcam can see). I'm not sure how developers get from there to uploading the image to a server, though.

    If you have knowledge in Flash / ActionScript 3, then this will get you started:

    Camera.getCamera()