http://mins01.com/web_work/doc/HTML5/with_camera/with_camera.html
- 카메라(사진,IMAGE)
-
<input class=”form-control” type=”file” accept=”image/*” capture=”camera” name=”input_file” />
- 마이크(소리,AUDIO)
-
<input class=”form-control” type=”file” accept=”audio/*” capture=”microphone” name=”input_file” />
- 영상(동영상,VIDEO)
-
<input class=”form-control” type=”file” accept=”video/*” capture=”camcorder” name=”input_file” />
- 현재 HTML의 Editor’s Draft 상태임.