[][src]Function k4a_sys::k4a_image_get_exposure_usec

pub unsafe extern "C" fn k4a_image_get_exposure_usec(
    image_handle: k4a_image_t
) -> u64

Get the image exposure in microseconds.

\param image_handle Handle of the image for which the get operation is performed on.

\remarks Returns an exposure time in microseconds. This is only supported on color image formats.

\returns If the \p image_handle is invalid, or no exposure was set on the image, the function will return 0. Otherwise, it will return the image exposure time in microseconds.

\relates k4a_image_t

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