CoordinateMapper.MapColorFrameToDepthSpaceUsingIBuffer Method

Maps a frame from color space to depth space.

Syntax

public:
void MapColorFrameToDepthSpaceUsingIBuffer(
         IBuffer^ depthFrameData,
         out Array<DepthSpacePoint>^ depthSpacePoints
)  

Parameters

depthFrameData
Type: IBuffer 

The depth frame data.

depthSpacePoints
Type: DepthSpacePoint 

The mapped array of points in depth space.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace