CoordinateMapper.GetDepthFrameToCameraSpaceTable Method

Gets the depth frame to camera space look-up table.

Syntax

public:
Point^ GetDepthFrameToCameraSpaceTable()  

Return value

Type: Point 

The look-up table.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

Remarks

Each entry in the returned look-up table maps the corresponding depth frame pixel to a point in camera space. To find the X and Y coordinates of a depth point in camera space, multiply the depth pixel value by the coordinates in the corresponding entry in the look-up table. Note that depth pixel values are in millimeters.

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace