Click or drag to resize
Accord.NET (logo)

KinectDepthCameraStart Method

Start video source.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public void Start()
Request Example View Source

Implements

IVideoSourceStart
Exceptions
ExceptionCondition
ArgumentExceptionThe specified resolution is not supported for the selected mode of the Kinect depth sensor.
ConnectionFailedExceptionCould not connect to Kinect's depth sensor.
DeviceBusyExceptionAnother connection to the specified depth sensor is already running.
Remarks
Starts video source and returns execution to caller. Video camera will be started and will provide new video frames through the NewFrame event.
See Also