9

Is there any way to run getUserMedia in Internet Explorer and use a webcam (without using Flash)?

Dave Newton
  • 158,873
  • 26
  • 254
  • 302

2 Answers2

4

According to this, no.

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

Mike Robinson
  • 24,971
  • 8
  • 61
  • 83
4

Another tool (WITH flash fallback - since getuserMedia is on development for IE) that worked way much better for me is WebcamJS by jhuckaby:

https://github.com/jhuckaby/webcamjs

This should be a comment to Mike Robinson's answer, but I can't comment yet.

DavidC
  • 654
  • 1
  • 14
  • 20