[][src]Function k4a_sys::k4a_image_set_iso_speed

pub unsafe extern "C" fn k4a_image_set_iso_speed(
    image_handle: k4a_image_t,
    iso_speed: u32
)

Set the ISO speed of the image.

\param image_handle Handle of the image to set the ISO speed on.

\param iso_speed ISO speed of the image.

\remarks Use this function in conjunction with k4a_image_create() or k4a_image_create_from_buffer() to construct a \ref k4a_image_t. An ISO speed of 0 is considered invalid. Only color images are expected to have a valid ISO speed.

\relates k4a_image_t

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