Share via


LongExposureInfraredFrameSource Class

Represents a source of long exposure infrared frames from a Kinect sensor.

Syntax

public ref class LongExposureInfraredFrameSource sealed : INotifyPropertyChanged
public sealed class LongExposureInfraredFrameSource : INotifyPropertyChanged
var longExposureInfraredFrameSource = WindowsPreview.Kinect.LongExposureInfraredFrameSource;

Members

LongExposureInfraredFrameSource has the following members.

Properties

Name Description
FrameDescription Gets the description of the long exposure infrared frames.
IsActive Gets whether the long exposure infrared frame source is active.
KinectSensor Gets the sensor of the long exposure infrared frame source.

Methods

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

Events

Name Description
FrameCaptured Event that is raised whenever a frame is captured.
PropertyChanged Occurs when a property of the LongExposureInfraredFrameSource class changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace