Share via


KinectSensor.Start Method

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Starts streaming data out of the sensor.

Syntax

public void Start ()
'Declaration
Public Sub Start

Remarks

For an example, see Start the Kinect.

This method needs to be called whether you use events or polling for notification. For more information about notification, see Getting the Next Frame of Data by Polling or Using Events.

This API may throw System.IO.IOException if the Kinect is already in use by another process.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace