Azure Kinect Sensor SDK  refs/heads/release/1.4.x
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ k4a_image_set_iso_speed()

void k4a_image_set_iso_speed ( k4a_image_t  image_handle,
uint32_t  iso_speed 
)
related

Set the ISO speed of the image.

Parameters
image_handleHandle of the image to set the ISO speed on.
iso_speedISO speed of the image.
Remarks
Use this function in conjunction with k4a_image_create() or k4a_image_create_from_buffer() to construct a k4a_image_t. An ISO speed of 0 is considered invalid. Only color images are expected to have a valid ISO speed.