PhotoCaptureDevice.PrepareCaptureSequenceAsync method

Prepares the capture sequence for capturing photos.

Syntax

public IAsyncAction PrepareCaptureSequenceAsync(
  CameraCaptureSequence sequence
)
Public Function PrepareCaptureSequenceAsync(
  sequence As CameraCaptureSequence 
) As IAsyncAction
public:
IAsyncAction^ PrepareCaptureSequenceAsync(
  CameraCaptureSequence^ sequence
)

Parameters

  • sequence
    Type: CameraCaptureSequence

    The capture sequence that is prepared.

Return value

Type: IAsyncAction

An IAsyncAction interface that provides access to the work item.

Remarks

Before you can start a capture with StartCaptureAsync, you must call the PrepareCaptureSequenceAsync method. This method prepares the camera for capturing each of the frames in the capture sequence according to the known camera properties specified in DesiredProperties.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]

Attributes

[Deprecated()]

See also

PhotoCaptureDevice