InfraredFrameSource Class

Represents a source of infrared frames from a KinectSensor.

Syntax

public ref class InfraredFrameSource sealed : INotifyPropertyChanged
public sealed class InfraredFrameSource : INotifyPropertyChanged
var infraredFrameSource = WindowsPreview.Kinect.InfraredFrameSource;

Members

InfraredFrameSource has the following members.

Properties

Name Description
FrameDescription Gets the frame description for the format.
IsActive Gets whether the infrared frame source is active.
KinectSensor Gets the KinectSensor of the infrared frame source.

Methods

Name Description
OpenReader Creates a frame reader for the infrared frame source.

Events

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

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace