Click or drag to resize
Accord.NET (logo)

KinectVideoCameraStart 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 video camera.
ConnectionFailedExceptionCould not connect to Kinect's video camera.
DeviceBusyExceptionAnother connection to the specified video camera 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