[][src]Function k4a_sys::k4a_image_set_exposure_usec

pub unsafe extern "C" fn k4a_image_set_exposure_usec(
    image_handle: k4a_image_t,
    exposure_usec: u64
)

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

\param image_handle Handle of the image to set the exposure time on.

\param exposure_usec Exposure time 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. An exposure time of 0 is considered invalid. Only color image formats are expected to have a valid exposure time.

\relates k4a_image_t

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