Azure Kinect Body Tracking SDK  1.1.2

◆ PopResult() [2/2]

Frame Microsoft.Azure.Kinect.BodyTracking.Tracker.PopResult ( bool  throwOnTimeout = true)
inline

Gets the next available body frame.

Parameters
throwOnTimeoutIf set to false, on timeout failure null will be returned instead of throwing exception.
Returns
If successful this contains a handle to a body frame object.

This is an infinite timeout function version of PopResult(TimeSpan, bool).