Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Option for navigator.GetUserMedia for IE Browser

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?

like image 803
Raj Avatar asked Dec 31 '25 15:12

Raj


1 Answers

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

http://caniuse.com/#search=getuserMedia

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

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

like image 136
Bharatsing Parmar Avatar answered Jan 03 '26 05:01

Bharatsing Parmar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!