Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
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.
Syntax
public DepthImagePoint MapFromSkeletonPoint (
SkeletonPoint skeletonPoint
)
'Declaration
Public Function MapFromSkeletonPoint ( _
skeletonPoint As SkeletonPoint _
) As DepthImagePoint
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.
Remarks
There is a known issue with calling this method when the sensor is stopped or disconnected.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
DepthImageFrame Class
DepthImageFrame Members
Microsoft.Kinect Namespace