How to use webcam using Internet Explorer

元气小坏坏 提交于 2019-12-08 18:19:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!