Share via


KinectSensor Class

[This documentation is preliminary and is subject to change.]

Represents a Kinect sensor device.

Syntax

public sealed class KinectSensor : INotifyPropertyChanged

Members

KinectSensor has the following members.

Properties

Name Description
AudioSource Gets the source for audio frames.
BodyFrameSource Gets the source for body frames.
BodyIndexFrameSource Gets the source for body index frames.
ColorFrameSource Gets the source for color frames.
CoordinateMapper Gets the coordinate mapper.
DepthFrameSource Gets the source for depth frames.
InfraredFrameSource Gets the source for infrared frames.
IsAvailable Gets whether the Kinect sensor is available and able to retrieve frames.
IsOpen Gets whether or not the KinectSensor is open.
KinectCapabilities Gets the capabilities of the KinectSensor.
LongExposureInfraredFrameSource Gets the source for long exposure infrared frames.
UniqueKinectId Gets the unique ID for the KinectSensor.

Methods

Name Description
Close Closes the KinectSensor.
GetDefault Gets the default instance of the KinectSensor class.
Open Opens the KinectSensor for use.
OpenMultiSourceFrameReader Creates a frame reader for the multiple frame sources.

Events

Name Description
IsAvailableChanged Event that is raised when the availability of the Kinect sensor changes.
PropertyChanged Event that is raised when a property of the kinect sensor changes.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See also

Reference

Microsoft.Kinect Namespace