Home > Backend Development > PHP Tutorial > 手机访问PHP时,怎么让它支持调用手机拍照?

手机访问PHP时,怎么让它支持调用手机拍照?

WBOY
Release: 2016-06-23 14:03:51
Original
1053 people have browsed it

做了个手机访问的PHP内网网站,主要是用来工作上使用,有什么代码可以当用户访问页面时能调用手机的视频头进行拍照?看过一些HTML5和FALSH的,在电脑上可以,但手机端好像都不行,是我没有找到合适的实例代码吗,哪位朋友手头,提供一下可以吗


回复讨论(解决方案)

PHP没有调用摄像头的功能,HTML5可以,用他的getUserMedia方法,但是很重要的一点就是,你的手机浏览器必须支持HTML5。不过现在很多手机浏览器不支持的,所以WEB调用摄像头还没有实用价值,研究下可以。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template