Produces an array of camera space points from an array of depth points.
public:
void MapDepthPointsToCameraSpace(
Array<DepthSpacePoint>^ depthPoints,
Array<uint16>^ depths,
out Array<CameraSpacePoint>^ cameraPoints
)
depthPoints
Type: DepthSpacePoint
The points in depth space.
depths
Type: uint16
The depths of each point in depth space.
cameraPoints
Type: CameraSpacePoint
A reference to an array to be filled with the calculated camera space points.
Namespace: Windows.Kinect
Metadata: windows.winmd