1.调用设备摄像头
<input type="file" accept="image/*" capture="camera">
2.调用系统相册 <input type="file" capture="camera">
3.调用摄像头和系统相册 <input type="file" accept="image/*">
H5调用设备摄像头和系统相册
原文:http://www.cnblogs.com/ytwanzi/p/7605693.html