CoordinateMapper.MapCameraPointsToDepthSpace Method

Produces an array of depth space points from an array of camera points.

Syntax

public:
void MapCameraPointsToDepthSpace(
         Array<CameraSpacePoint>^ cameraPoints,
         out Array<DepthSpacePoint>^ depthPoints
)  

Parameters

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.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace