LowLagPhotoSequenceCapture.StartAsync Method

Definition

Asynchronously starts capturing photos.

public:
 virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction

Returns

Object that is used to control the asynchronous operation.

Attributes

Remarks

MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync must be called before StartAsync.

Add a handler to the PhotoCaptured event in order to get the captured photos in the sequence. PhotoCapturedEventArgs provides the data for the captured frames. PhotoCapturedEventArgs.Frame contains the captured photo and PhotoCapturedEventArgs.Thumbnail contains the thumbnail.

Applies to

See also