KinectSensor Class
[This documentation is preliminary and is subject to change.]
Represents a Kinect sensor device. KinectSensor has the following members.
| 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. |
| 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. |
| 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. |
Community Additions
ADD
Show: