Is there any way to run getUserMedia
in Internet Explorer and use a webcam (without using Flash)?
Asked
Active
Viewed 2.0k times
9

Dave Newton
- 158,873
- 26
- 254
- 302
-
6whhyyyy so many upvotes, his question is barely readable -- e.g. "besides these two items".... what two items? Requirements? has anyone else what? and he hasn't done any research... – Steve's a D Jun 10 '13 at 19:58
-
1getUserMedia and Flash ? – Jun 10 '13 at 19:59
-
What are you attempting to do? What have you tried already? – ThatBlairGuy Jun 10 '13 at 20:02
-
@SteveG but from this topic I got an answer I wanted from DavidC :) – cah1r Mar 15 '17 at 10:27
2 Answers
4
According to this, no.
http://caniuse.com/#search=getuserMedia
This is the only polyfill I can find, and it uses a flash fallback:

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