GetUserMedia not working on Macbook Pro
I have been doing some experiments with the GetUserMedia
API (specifically following this tutorial).
When using my Macbook pro and any version of the getUserMedia
API (all vendor-prefixed versions) I get the following message:
getUserMedia() not supported in your browser.
I do not know why. I am have tried using the latest versions of Chrome Canary, Firefox and Chrome (40+), all of which should support it (I literally can't update my browsers any more). Additionally, my Macbook Pro is an Early 2011
running OS X 10.10.1
and has a built in webcam that I am using with Skype regularly.
I have tried the identical code with an external camera on a Windows computer and everything works , so perhaps it is a problem with my Macbook Pro although I am not sure what the issue would be.
链接地址: http://www.djcxy.com/p/63408.html上一篇: 如何列出Vim中的加载插件?