首页 > 解决方案 > 如何在 IE 11 上访问相机(视频)?

问题描述

我需要能够访问相机。我正在使用 mediaDevices.getUserMedia,它在 Chrome 上运行良好,但我们的大多数用户都使用 Internet Explorer 11。

我一直在阅读这些:

    webcamjs: https://github.com/jhuckaby/webcamjs
    webrtc adapter: https://github.com/webrtc/adapter
    getUserMedia: https://github.com/addyosmani/getUserMedia.js

我试过了,但没有很好的例子。我只需要能够访问 Internet Explorer 11 上的相机,这不可能那么困难。

如果有人能提供一个简洁的例子,我将不胜感激。

标签: internet-explorercamerawebrtcgetusermedia

解决方案


为了让 getuserMedia 在 IE 上运行,您必须使用 webRTC 插件,temasys 就是这样一个插件。

https://temasys.io/products/temasys-webrtc-plugin/


推荐阅读