Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
55
rated 0 times [  60] [ 5]  / answers: 1 / hits: 29848  / 10 Years ago, thu, july 10, 2014, 12:00:00

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.


More From » flash

 Answers
39

Yes IE 11 and below currently doesn't support getUserMedia ,but there is a polyfill available on github, which you can find here



It uses flash fallback in case getUserMedia is unavailable so you can give it a try.



Update 1



There are a few more polyfills available and are listed under



webrtc4all and Temasys WebRTC can provides fallback via an NPAPI/ActiveX plugin.


[#70250] Tuesday, July 8, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
danar

Total Points: 271
Total Questions: 94
Total Answers: 93

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
;