CoordinateMapper.MapDepthPointsToCameraSpace Method

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

Syntax

public:
void MapDepthPointsToCameraSpace(
         Array<DepthSpacePoint>^ depthPoints,
         Array<uint16>^ depths,
         out Array<CameraSpacePoint>^ cameraPoints
)
public void MapDepthPointsToCameraSpace (
         Array<DepthSpacePoint>[] depthPoints,
         Array<UInt16>[] depths,
         out Array<CameraSpacePoint>[] cameraPoints
)
coordinateMapper.mapDepthPointsToCameraSpace(depthPoints, depths, );

Parameters

  • depthPoints
    Type: DepthSpacePoint
    The points in depth space.

  • depths

    [C++] 
    [C#] 
    [JavaScript] 

    Type: uint16
    Type: UInt16
    Type: Number

     

    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.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

CoordinateMapper Class
WindowsPreview.Kinect Namespace