Azure Kinect Body Tracking SDK  1.0.1

◆ GetBodyId()

uint Microsoft.Azure.Kinect.BodyTracking.Frame.GetBodyId ( uint  index)
inline

Get the body id for a particular person index from this frame.

Parameters
indexThe index of the body of which the body id information is queried.
Returns
Returns the body id. All failures will return Body.InvalidId.

Called when the user has received a body frame and wants to access the id of the body given a particular index.