Access camera from a browser

前端 未结 6 2005
悲&欢浪女
悲&欢浪女 2020-11-30 02:38

Is it possible to access the camera (built-in on Apples) from a browser?

Optimal solution would be client-side javascript. Looking to avoid using Java or Flash.

6条回答
  •  天命终不由人
    2020-11-30 03:02

    Video Tutorial: Accessing the Camera with HTML5 & appMobi API will be helpful for you.

    Also, you may try the getUserMedia method (supported by Opera 12)

    enter image description here

提交回复
热议问题