HTML5: camera access

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

    We've had some success with this basic approach cobbled together from across the Web:

    Then in the PHP file we generate unique file names using now() or something similar for storage.

提交回复
热议问题