developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
MediaDevices.getUserMedia() - Web APIs | MDN
The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media. That stream can include, for example, a video track (produced by either a hardware
developer.mozilla.org
developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos
Taking still photos with WebRTC - Web APIs | MDN
Taking still photos with WebRTC Jump to sectionJump to section This article shows how to use WebRTC to access the camera on a computer or mobile phone with WebRTC support and take a photo with it. Try this sample then read on to learn how it works. You can
developer.mozilla.org
developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/adapter.js
Improving compatibility using WebRTC adapter.js - Web APIs | MDN
Improving compatibility using WebRTC adapter.js Jump to sectionJump to section While the WebRTC specification is relatively stable, not all browsers have fully implemented all of its features. In addition, some browsers still have prefixes on some or all W
developer.mozilla.org
태그 브라우저, 모바일 이슈 정리 사항 몇 주 전쯤에 으로 작업하던 것들을 웹 앱 이슈상 태그로 변경하는 작업을 하였다. 이 작업의 이유는 회사 정책의 문제였다. +) 비디오 태그로 변경을 하면
okayoon.tistory.com
'HTML/JS/CSS' 카테고리의 다른 글
Nullish coalescing operator (널 병합 연산자 ??) (0) | 2021.08.17 |
---|---|
[JS] 함수형 프로그래밍 할 때 생각해볼 몇가지. (0) | 2018.01.11 |
javascript 소수점 연산. function.. (0) | 2012.09.20 |