HTML5: camera access

前端 未结 9 2093
广开言路
广开言路 2020-12-02 06:51

I am quite new to HTML5. I try the following HTML5 code to access camera on my mobile phone. It always display \"Native web camera not supporte

相关标签:
9条回答
  • 2020-12-02 07:14

    The getUserMedia method is now supported on Firefox 17+,Chrome 23+ and Opera 12+. (See caniuse.com)

    Screenshot of the CanIUse.com support grid as of 2/24/12

    0 讨论(0)
  • 2020-12-02 07:15

    I've just recently started working with a tool called Bridgeit.

    This is a combination of javascript in the browser and an app on the phone. It seems to work pretty well so far.

    http://bridgeit.mobi/

    0 讨论(0)
  • 2020-12-02 07:18

    I think Opera is the only mobile browser that supports this HTML5 extension.

    See note from the author to this thread;

    http://francisshanahan.com/index.php/2011/stream-a-webcam-using-javascript-nodejs-android-opera-mobile-web-sockets-and-html5/

    0 讨论(0)
提交回复
热议问题