CoordinateMapper.MapCameraPointsToDepthSpace Method

Maps points at a specified memory location from camera space to depth space.

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

Parameters

cameraPoints
Type: CameraSpacePoint
The points to map from camera space.
depthPoints
Type: DepthSpacePoint
The array to be filled with the corresponding depth space points.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: