public void StartPhotoModeAsync (XR.WSA.WebCam.CameraParameters setupParams, XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback onPhotoModeStartedCallback);

파라미터

setupParamsThe various settings that should be applied to the web camera.
onPhotoModeStartedCallbackThis callback will be invoked once photo mode has been activated.

설명

Asynchronously starts photo mode.

Activates the web camera with the various settings specified in CameraParameters. Only one PhotoCapture instance can start the photo mode at any given time. After starting the photo mode, you make take photos via PhotoCapture.TakePhotoAsync. While in photo mode, more power will be consumed so make sure that you call PhotoCapture.StopPhotoModeAsync when you are done taking photos.