Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LowLagPhotoCapture.CaptureAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Asynchronously captures a low shutter lag photo.

public:
 virtual IAsyncOperation<CapturedPhoto ^> ^ CaptureAsync() = CaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CapturedPhoto> CaptureAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CapturedPhoto> CaptureAsync();
function captureAsync()
Public Function CaptureAsync () As IAsyncOperation(Of CapturedPhoto)

Returns

When this method completes, a CapturedPhoto object is returned which contains the captured photo.

Attributes

Remarks

MediaCapture.PrepareLowLagPhotoCaptureAsync must be called before CaptureAsync.

When this asynchronous method completes, a CapturedPhoto object is returned which contains the captured photo.

Applies to

See also


Feedback

Was this page helpful?