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