Click or drag to resize
Accord.NET (logo)

KinectGetDepthCamera Method

Get Kinect's depth camera.

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

Return Value

Type: KinectDepthCamera
Returns Kinect's depth camera.
Remarks

The method simply creates instance of the KinectDepthCamera class by calling its appropriate constructor. Use Start method to start the video then.

See Also