CoordinateMapper.MapDepthFrameToColorSpaceUsingIBuffer Method
Maps a frame from depth space to color space.
public: void MapDepthFrameToColorSpaceUsingIBuffer( IBuffer^ depthFrameData, out Array<ColorSpacePoint>^ colorSpacePoints )
Parameters
- depthFrameData
- Type: IBuffer
The depth frame data. - colorSpacePoints
- Type: ColorSpacePoint
The mapped array of points in color space.
Community Additions
ADD
Show: