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 !!

link|improve this question

56% accept rate
"Without client's consent" - I really hope not. – nnnnnn Mar 18 at 5:42
feedback

4 Answers

up vote 4 down vote accepted

The newest build of opera support webcam access from javascript. You can dowload and see some experiments here http://dev.opera.com/articles/view/labs-more-fun-using-the-web-with-getusermedia-and-native-pages/

link|improve this answer
Nice to see Opera taking the charge! – Sri Jan 2 at 13:07
feedback

It is in the Media Capture draft for HTML5, however no one has implemented it yet. Read more here on the draft.

link|improve this answer
Good, one less reason to use Flash / Flex. (-: – Sri Jan 2 at 13:07
feedback

Not a flashless solution, but JS driven: http://www.xarg.org/project/jquery-webcam-plugin/

EDIT: I've found a more stable solution: jpegcam.

link|improve this answer
feedback

Google hangouts uses "gtpo3d". Which I believe is a plugin you install with gtalk. Would be cool if someone could find out more how to utilize the technology

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.