Azure Kinect Body Tracking SDK  1.0.1
Microsoft.Azure.Kinect.BodyTracking.Body Struct Reference

Helper stack structure that allows easier access to body data. More...

Data Fields

const uint InvalidId = 0xFFFFFFFF
 The invalid body id value. More...
 
uint Id => Frame.GetBodyId(Index)
 Get the body id for a particular person Index from stored Frame. More...
 
Skeleton Skeleton => Frame.GetBodySkeleton(Index)
 Get the joint information for a particular person Index from stored Frame. More...
 

Properties

Frame Frame [get]
 Gets frame on which this body was detected. More...
 
uint Index [get]
 Gets the body index in frame. More...
 

Detailed Description

Helper stack structure that allows easier access to body data.


The documentation for this struct was generated from the following file: