Azure Kinect Body Tracking SDK  1.0.1

◆ k4abt_frame_get_capture()

k4a_capture_t k4abt_frame_get_capture ( k4abt_frame_t  body_frame_handle)
related

Get the original capture that is used to calculate the k4abt_frame_t.

Parameters
body_frame_handleHandle to a body frame object returned by k4abt_tracker_pop_result function.
Returns
Call this function to access the original k4a_capture_t. Release this capture with k4a_capture_release().
Remarks
Called when the user has received a body frame handle and wants to access the data contained in it.