[][src]Function k4a_sys::k4a_image_set_timestamp_usec

pub unsafe extern "C" fn k4a_image_set_timestamp_usec(
    image_handle: k4a_image_t,
    timestamp_usec: u64
)

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

\param image_handle Handle of the image to set the timestamp on.

\param timestamp_usec Device timestamp of the image in microseconds.

\remarks Use this function in conjunction with k4a_image_create() or k4a_image_create_from_buffer() to construct a \ref k4a_image_t.

\remarks The device timestamp represents the mid-point of exposure of the image, as captured by the hardware.

\relates k4a_image_t

\deprecated Deprecated starting in 1.2.0. Please use k4a_image_set_device_timestamp_usec().

\xmlonly k4a.h (include k4a/k4a.h) k4a.lib k4a.dll \endxmlonly