I want to develop a web application to get a video stream from the webcam and process. i tried to google and find whether there any way to do it in javascript but i only came up with some flash solutions.so what i want to know is whether there any way to access the client machine's webcam and get a video stream with Javascript? or can i manipulate users hardware in that case webcam with or without client's consent? like http://www.tomgibara.com/android/camera-source this guy did for Android emulator i want to know whether it is possible to do the same with javascript and HTML5?
Thanks !!