Share via


ColorFrameReader Class

Represents a reader for color frames.

Syntax

public ref class ColorFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class ColorFrameReader : IDisposable, INotifyPropertyChanged
var colorFrameReader = WindowsPreview.Kinect.ColorFrameReader;

Members

ColorFrameReader has the following members.

Properties

Name Description
ColorFrameSource Represents a source of color frames from a KinectSensor.
IsPaused Gets or sets whether the color frame reader is paused.

Methods

Name Description
AcquireLatestFrame Gets the most recent color frame.
Close Closes and releases system resources associated with the color frame reader.

Events

Name Description
FrameArrived Event that fires whenever a frame is captured.
PropertyChanged Occurs when a property of the ColorFrameReader class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace