Accord.Video.Kinect.Kinect.GetDepthCamera C# (CSharp) Method

GetDepthCamera() public method

Get Kinect's depth camera.

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

public GetDepthCamera ( ) : KinectDepthCamera
return KinectDepthCamera
        public KinectDepthCamera GetDepthCamera()
        {
            return new KinectDepthCamera(deviceID);
        }