THE CURRENT STATE OF HTML5 FORMS
WufooThe accept Attribute
<input type="file" accept="image/*"> (images only)
Live Demo
Firefox 3.6+ | Safari 7+ | Safari Mobile 5+ | Chrome 17 | Opera 10.6 | IE 10+ | Android 2.3+ |
---|---|---|---|---|---|---|
Android 4.2, accept="video/*;capture=camcorder" | The Low DownThe
|
参考地址 html5 调用 摄像头 http://www.wufoo.com/html5/attributes/20-accept.html
关于html5 调用摄像头的文章 , 在网上看了很多, 大多都是getUserMedia() 进行调用的,然而这种方式存在很大的问题,在input 属性中给我们提供了一种简单的调用摄像头录像的方式