CameraCaptureFrame class

Represents a photo in a capture sequence.

Syntax

public sealed class CameraCaptureFrame
Public NotInheritable Class CameraCaptureFrame
public ref class CameraCaptureFrame sealed 

Members

The CameraCaptureFrame class has these types of members:

  • Methods
  • Properties

Methods

The CameraCaptureFrame class has these methods. It also inherits methods from the Object class.

Method Description
GetPreviewBufferArgb Copies the frame into a buffer for further manipulation.

 

Properties

The CameraCaptureFrame class has these properties.

Property Access type Description

AppliedProperties

Read-only

Gets the known camera properties that were applied to the frame when it was captured.

CaptureStream

Read/write

Gets and sets the stream for capturing the full-resolution frame.

DesiredProperties

Read-only

Gets the known camera properties that are to be applied to the frame when it is captured.

ThumbnailStream

Read/write

Gets and sets the stream for capturing the frame thumbnail image.

 

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

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object