[][src]Function k4a_sys_temp::k4a_image_set_system_timestamp_nsec

pub unsafe extern "C" fn k4a_image_set_system_timestamp_nsec(
    image_handle: k4a_image_t,
    timestamp_nsec: u64
)

Set the system time stamp, in nanoseconds, of the image.

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

\param timestamp_nsec Timestamp of the image in nanoseconds.

\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 system timestamp is a high performance and increasing clock (from boot). The timestamp represents the time immediately after the image buffer was read by the host PC.

\relates k4a_image_t

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