Start video source.

Namespace:  AForge.Video.Kinect
Assembly:  AForge.Video.Kinect (in AForge.Video.Kinect.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void Start()

Implements

IVideoSource..::.Start()()()

Remarks

Starts video source and returns execution to caller. Video camera will be started and will provide new video frames through the NewFrame event.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe specified resolution is not supported for the selected mode of the Kinect video camera.
AForge..::.ConnectionFailedExceptionCould not connect to Kinect's video camera.
AForge..::.DeviceBusyExceptionAnother connection to the specified video camera is already running.

See Also