CoordinateMapper.MapDepthFrameToCameraSpace Method
Maps a frame from depth space to camera space.
Syntax
public:
void MapDepthFrameToCameraSpace(
Array<uint16>^ depthFrameData,
out Array<CameraSpacePoint>^ cameraSpacePoints
)
public void MapDepthFrameToCameraSpace (
Array<UInt16>[] depthFrameData,
out Array<CameraSpacePoint>[] cameraSpacePoints
)
coordinateMapper.mapDepthFrameToCameraSpace(depthFrameData, );
Parameters
depthFrameData
[C++]
[C#]
[JavaScript]Type: uint16
Type: UInt16
Type: NumberThe depth frame data.
cameraSpacePoints
Type: CameraSpacePoint
The mapped array of points in camera space.
Remarks
The cameraSpacePoints array should be the same size as the depthFrameData array.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd