Hi,
in this page I’ll explain how to take input from your webcam with HTML5.
HTML5 introduces a lot of new functionalities, one of them is getUserMedia, this is an API Javascript to capture audio/video from your microphone or webcam.
the code is very easy and it is summarized with this short description
If the browser supports th [...]