[][src]Function k4a_sys::k4a_image_get_iso_speed

pub unsafe extern "C" fn k4a_image_get_iso_speed(
    image_handle: k4a_image_t
) -> u32

Get the image ISO speed.

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

\remarks This function is only valid for color captures, and not for depth or IR captures.

\returns Returns the ISO speed of the image. 0 indicates the ISO speed was not available or an error occurred.

\relates k4a_image_t

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