BodyFrameSource.KinectSensor Property

Gets the KinectSensor with which the body frame source is associated.

Syntax

public:
property KinectSensor^ KinectSensor {
         KinectSensor^ get ();
}
public KinectSensorKinectSensor { get; }
var kinectSensor = bodyFrameSource.kinectSensor;

Property value

Type: KinectSensor
The parent sensor.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

BodyFrameSource Class
WindowsPreview.Kinect Namespace