javascript - Option for navigator.GetUserMedia for IE Browser - Stack Overflow

admin2025-04-17  0

I want to open a webcam using JavaScript/jQuery.

I am able to open it in Chrome and Mozilla. But navigator.GetUserMedia is not working for the IE browser. Is it possible to do this with IE using JavaScript or jQuery?

I want to open a webcam using JavaScript/jQuery.

I am able to open it in Chrome and Mozilla. But navigator.GetUserMedia is not working for the IE browser. Is it possible to do this with IE using JavaScript or jQuery?

Share edited Jan 3, 2017 at 8:06 jacefarm 7,5016 gold badges37 silver badges46 bronze badges asked Jan 3, 2017 at 6:37 RajRaj 491 silver badge6 bronze badges 1
  • 2 Possible duplicate of How to access webcam via Internet Explorer (11)? – Ced Commented Jan 3, 2017 at 6:42
Add a ment  | 

2 Answers 2

Reset to default 2

Yes IE 11 and below currently doesn't support getUserMedia ,but there is a polyfill available

http://caniuse./#search=getuserMedia

This is the only polyfill I can find, and it uses a flash fallback:

https://github./addyosmani/getUserMedia.js

You should use a polyfill. Search for it on the internet

You could try this :

https://github./addyosmani/getUserMedia.js

https://github./jhuckaby/webcamjs

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1744884767a272471.html

最新回复(0)