IDepthFrameSource Interface
Represents a source of depth frames from a KinectSensor.
IDepthFrameSource has the following members.
| Name | Description |
|---|---|
| get_DepthMaxReliableDistance | Gets the maximum reliable depth of the depth frames. |
| get_DepthMinReliableDistance | Gets the minimum reliable depth of the depth frames. |
| get_FrameDescription | Gets the description of the depth frames. |
| get_IsActive | Gets the current activity status of this depth frame source. |
| get_KinectSensor | Gets the Kinect sensor object of the depth frame source. |
| GetFrameCapturedEventData | Gets the event data from a captured frame event. |
| OpenReader | Creates a frame reader for the depth frame source. |
| SubscribeFrameCaptured | Event that is used to notify the application that the next frame is ready to be delivered to subscribed readers or if a frame has been dropped. |
| UnsubscribeFrameCaptured | Unsubscribes the specified event handler that processes new depth frames. |
Community Additions
ADD
Show: