IBody Interface

Represents a body.

interface IBody : public IUnknown

IBody has the following members.

NameDescription
get_ClippedEdgesGets the clipped edges.
get_EngagedGets the level of user engagement.
get_HandLeftConfidenceGets the tracking confidence for the left hand.
get_HandLeftStateGets the left hand state.
get_HandRightConfidenceGets the tracking confidence for the right hand.
get_HandRightStateRetrieves the right hand state.
get_IsRestrictedRetrieves a boolean value that indicates if the body is restricted from a full range of motion.
get_IsTrackedRetrieves a boolean value that indicates if the body is tracked.
get_LeanGets the amount a body is leaning, which is a number between -1 (leaning left or back) and 1 (leaning right or front).
get_LeanTrackingStateGets the lean tracking state, which indicates if the body is tracked.
get_TrackingIdGets the tracking ID.
GetActivityDetectionResultsGets the activity detection results from IBody.
GetAppearanceDetectionResultsGets the appearance.
GetExpressionDetectionResultsGets the dictionary of expressions. This API is not implemented in the Kinect for Windows v2 SDK and will always return null. It is included to support cross-compilation with the Xbox SDK.
GetJointOrientationsGets the dictionary of joint orientations.
GetJointsGets the dictionary of joints.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: