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?
- 2 Possible duplicate of How to access webcam via Internet Explorer (11)? – Ced Commented Jan 3, 2017 at 6:42
2 Answers
Reset to default 2Yes 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
版权声明:本文标题:javascript - Option for navigator.GetUserMedia for IE Browser - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744884766a2630422.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论