DepthFrameSource Class

Represents a source of depth frames from a KinectSensor.

Syntax

public ref class DepthFrameSource sealed : INotifyPropertyChanged
public sealed class DepthFrameSource : INotifyPropertyChanged
var depthFrameSource = WindowsPreview.Kinect.DepthFrameSource;

Members

DepthFrameSource has the following members.

Properties

Name Description
DepthMaxReliableDistance Gets the maximum reliable depth of the depth frames, in millimeters.
DepthMinReliableDistance Gets the minimum reliable depth of the depth frames, in millimeters.
FrameDescription Gets the frame description for the format.
IsActive Gets whether the depth frame source is active.
KinectSensor Gets the KinectSensor of the depth frame source.

Methods

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

Events

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

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace