PhotoCaptureDevice.PrepareCaptureSequenceAsync method
Prepares the capture sequence for capturing photos.
Syntax
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 |
|
|
Metadata |
|
|
Capabilities |
|
Attributes
- [Deprecated()]
See also