InfraredFrameReader Class

Represents a reader for infrared frames.

Syntax

public ref class InfraredFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class InfraredFrameReader : IDisposable, INotifyPropertyChanged
var infraredFrameReader = WindowsPreview.Kinect.InfraredFrameReader;

Members

InfraredFrameReader has the following members.

Properties

Name Description
InfraredFrameSource Gets the source of the infrared frames.
IsPaused Gets or sets whether the infrared frame reader is paused.

Methods

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

Events

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

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace