KinectSensor.DepthFrameSource Property

Gets the source for depth frames.

Syntax

public:
property DepthFrameSource^ DepthFrameSource {
         DepthFrameSource^ get ();
}
public DepthFrameSourceDepthFrameSource { get; }
var depthFrameSource = kinectSensor.depthFrameSource;

Property value

Type: DepthFrameSource
The source for depth frames.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectSensor Class
WindowsPreview.Kinect Namespace