|
KinectVideoCameraStart Method
|
Start video source.
Namespace:
Accord.Video.Kinect
Assembly:
Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax Exceptions Exception | Condition |
---|
ArgumentException | The specified resolution is not supported for the selected
mode of the Kinect video camera. |
ConnectionFailedException | Could not connect to Kinect's video camera. |
DeviceBusyException | Another 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