Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Context: I'm building an offline website (html5, css, js) which i want to call over IE (11). For taking/saving a picture i need to access the webcam.
Approach: I read that IE doesn't support the getUserMedia; and the only way is to use flash.
Question: Is the only possibility to access the webcam over IE by using flash? If yes, please recommend an example.
I'd appreciate your input.