|
KinectDepthCameraStart 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 depth sensor. |
ConnectionFailedException | Could not connect to Kinect's depth sensor. |
DeviceBusyException | Another 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