问题
Is there any way to run getUserMedia
in Internet Explorer and use a webcam (without using Flash)?
回答1:
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
回答2:
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.
来源:https://stackoverflow.com/questions/17031741/how-to-use-webcam-using-internet-explorer