HTML5: camera access

前端 未结 9 2091
广开言路
广开言路 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

提交回复
热议问题