ICoordinateMapper::GetDepthFrameToCameraSpaceTable Method

Generates a table of camera space points.

Syntax

public:
HRESULT GetDepthFrameToCameraSpaceTable(
         UINT32 *tableEntryCount,
         PointF **tableEntries
)

Parameters

  • tableEntryCount
    Type: UINT32
    [out] The number of camera space points.
  • tableEntries
    Type: PointF
    [out] The table of camera space points.

Return value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Remarks

The table of camera space points must be released with a call to CoTaskMemFree.

Requirements

Header: kinect.h

Library: kinect20.lib