CoordinateMapper.MapDepthFrameToCameraSpace Method

Maps a frame from depth space to camera space.

public:
void MapDepthFrameToCameraSpace(
         Array<uint16>^ depthFrameData,
         out Array<CameraSpacePoint>^ cameraSpacePoints
)

Parameters

depthFrameData
[C++] 
[C#] 
[JavaScript] 
Type: uint16
Type: UInt16
Type: Number
 
The depth frame data.
cameraSpacePoints
Type: CameraSpacePoint
The mapped array of points in camera space.

The cameraSpacePoints array should be the same size as the depthFrameData array.

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

Community Additions

ADD
Show: