I am in the process of building a site where a user can enter a lead. Along with entering the lead's name and other info I want the user to be able to snap a shot of the lead with a web cam too. My problem is that I have no idea how a website can remotely control a users webcam. That is I do not want the user to snap the picture locally, I want the user to snap the picture through the website. Is this possible? I checked many other posts on here but I could not find a problem like this.
I don't believe this is or even should be possible. It would be scary if JavaScript could take a picture of you using your web cam. The best you can do is provide a file upload field so the user can upload a photo.
It is possible to do with Flash, Flex, or Silverlight, but not with JavaScript. The app will ask permission to use the camera if available and the code can run.
Bookmarks