CoordinateMapper.MapDepthPointToCameraSpace Method

Maps a point/depth from depth space to camera space.

public:
CameraSpacePoint MapDepthPointToCameraSpace(
         DepthSpacePoint depthPoint,
         uint16 depth
)

Parameters

depthPoint
Type: DepthSpacePoint
The point to map from depth space.
depth
[C++] 
[C#] 
[JavaScript] 
Type: uint16
Type: UInt16
Type: Number
 
The depth of the point in depth space.

Return value

Type: CameraSpacePoint
The point mapped to camera space.

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

Community Additions

ADD
Show: