Azure Kinect Body Tracking SDK  1.0.1
Microsoft.Azure.Kinect.BodyTracking.Frame Class Reference

Represents body tracking frame. More...

Public Member Functions

Body GetBody (uint index)
 Gets the helper reference structure that can be used only on stack to get body data. More...
 
uint GetBodyId (uint index)
 Get the body id for a particular person index from this frame. More...
 
Skeleton GetBodySkeleton (uint index)
 Get the joint information for a particular person index from this frame. More...
 
Frame Reference ()
 Creates a duplicate reference to the same Frame. More...
 
void Dispose ()
 

Data Fields

const byte BodyIndexMapBackground = 255
 The pixel value that indicates the pixel belong to the background in the body id map. More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes the resources held by the frame. More...
 

Properties

uint NumberOfBodies [get]
 Get the number of people. More...
 
TimeSpan DeviceTimestamp [get]
 Get the body frame's device timestamp. More...
 
Image BodyIndexMap [get]
 Get the body index map. More...
 
Capture Capture [get]
 Get the original capture that is used to calculate this frame. More...
 

Detailed Description

Represents body tracking frame.


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