input type="file" 의 capture 애트리뷰트, 카메라 사용하기 테스트용

3
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" />
    • 전면카메라 우선: <input class="form-control" type="file" accept="image/*"  capture="user" /> 
    • 후면카메라 우선: <input class="form-control" type="file" accept="image/*"  capture="environment" />
    • 전면/후면 힌트는 IOS 기준
  • 마이크(소리,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 상태임.
  • accept 를 기준으로 동작 디바이스가 결정이 됨.
  • capture는 힌드로 브라우저에서 무시될 수 있음. 
    • 데스크탑 브라우저는 무시할 것임
댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
목록형 📷 갤러리형
제목
[기본형] HTML (with 부트스트랩5.3 , jquery 3.7, vue.js)
유용한 리눅스(LINUX) 명령어
[공지] 기술 게시판
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
2.10
2.11
2.12
2.13
2.14
2.15
2.16
2.17
2.18
2.19
2.20
2.21
2.22
2.23
2.24
2.25
2.26
2.27
2.28