Azure Kinect Body Tracking SDK  1.0.1

◆ k4abt_frame_get_device_timestamp_usec()

uint64_t k4abt_frame_get_device_timestamp_usec ( k4abt_frame_t  body_frame_handle)
related

Get the body frame's device timestamp in microseconds.

Parameters
body_frame_handleHandle to a body frame object returned by k4abt_tracker_pop_result function.
Returns
Returns the timestamp of the body frame. If the body_frame_handle is invalid this function will return 0. It is also possible for 0 to be a valid timestamp originating from the beginning of a recording or the start of streaming.
Remarks
Called when the user has received a body frame handle and wants to access the data contained in it.