ColorFrameSource Class

Represents a source of color frames from a KinectSensor.

Syntax

public ref class ColorFrameSource sealed : INotifyPropertyChanged
public sealed class ColorFrameSource : INotifyPropertyChanged
var colorFrameSource = WindowsPreview.Kinect.ColorFrameSource;

Members

ColorFrameSource has the following members.

Properties

Name Description
FrameDescription Gets the description of the color frames.
IsActive Gets whether the color frame source is active.
KinectSensor Gets the Kinect sensor of the color frame source.

Methods

Name Description
CreateFrameDescription Creates a FrameDescription object for the ColorFrame of the requested format.
OpenReader Creates a frame reader for the color frame source.

Events

Name Description
FrameCaptured Event that is raised when the next color frame is ready to be delivered to subscribed readers.
PropertyChanged Occurs when a property of the ColorFrameSource class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace