DepthImageFrame.MapFromSkeletonPoint Method
Kinect for Windows 1.5, 1.6, 1.7
Obsolete starting with version 1.6; replaced by the CoordinateMapper.MapSkeletonPointToDepthPoint Method. In versions prior to 1.6, this method looks up the depth frame coordinates for a given skeleton point.Parameters
- skeletonPoint
- Type: SkeletonPoint
The supplied skeleton point.
Return Value
Type: DepthImagePoint
The ImagePoint that contains the (x, y) and depth values of the given skeleton point.
The ImagePoint that contains the (x, y) and depth values of the given skeleton point.
There is a known issue with calling this method when the sensor is stopped or disconnected.