Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.97 KB

lowlagphotocapture.md

File metadata and controls

29 lines (18 loc) · 1.97 KB
-api-id -api-type
T:Windows.Media.Capture.LowLagPhotoCapture
winrt class

Windows.Media.Capture.LowLagPhotoCapture

-description

Provides methods for taking a low shutter lag photo.

-remarks

Use MediaCapture.PrepareLowLagPhotoCaptureAsync to initialize the capture. This is an asynchronous calls which returns a LowLagPhotoCapture object when it is finished. This must be called before CaptureAsync.

FinishAsync stops the photo capture operation and releases the LowLagPhotoCapture object and resources used by the capture photo operation. After starting a low lag photo capture, you must stop the photo capture by calling FinishAsync before your app attempts to record video with the MediaCapture object.

If the media type is changed or an effect is added, you must call MediaCapture.PrepareLowLagPhotoCaptureAsync to create a new LowLagPhotoCapture object.

For how-to guidance for using LowLagPhotoCapture to capture photos, see Basic photo, video, and audio capture with MediaCapture.

-examples

-see-also

Basic photo, video, and audio capture with MediaCapture, MediaCapture.PrepareLowLagPhotoCapture, CapturedPhoto, LowLagPhotoControl, MediaControl.VideoDeviceController, LowLagPhotoSequenceCapture