admin管理员组

文章数量:1405369

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

本文标签: javascriptOption for navigatorGetUserMedia for IE BrowserStack Overflow