The Web Camera API is an asynchronous API that provides the ability to take pictures and record videos. The Web Camera is a shared resource. This means that only one PhotoCapture
or VideoCapture
instance can be activated at any given time. You can query what the current mode is using the WebCam.Mode property.
다음 섹션에서 웹 카메라 API와 그 기능에 대한 세부 정보를 확인할 수 있습니다.