Azure Kinect Sensor SDK  refs/heads/feature/publishdocs
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ k4a_image_set_timestamp_usec()

void k4a_image_set_timestamp_usec ( k4a_image_t  image_handle,
uint64_t  timestamp_usec 
)
related

Set the time stamp, in microseconds, of the image.

Parameters
image_handleHandle of the image to set the timestamp on.
timestamp_usecTimestamp of the image in microseconds.
Remarks
Use this function in conjunction with k4a_image_create() or k4a_image_create_from_buffer() to construct a k4a_image_t.
Set a timestamp of 0 to indicate that the timestamp is not valid.