PhotoCaptureDevice.CreateCaptureSequence method
Creates a capture sequence object.
Syntax
Parameters
- numberOfFrames
-
Type: System.UInt32 [.NET] | uint32 [C++]
The number of frames in the capture sequence.
Return value
Type: CameraCaptureSequence
The new CameraCaptureSequence object.
Remarks
Before you can start a capture with StartCaptureAsync, you must call the PrepareCaptureSequenceAsync method. This method prepares the camera for capturing frames 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