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

◆ k4a_image_set_white_balance()

void k4a_image_set_white_balance ( k4a_image_t  image_handle,
uint32_t  white_balance 
)
related

Set the white balance of the image.

Parameters
image_handleHandle of the image to set the white balance on.
white_balanceWhite balance of the image in degrees Kelvin.
Remarks
Use this function in conjunction with k4a_image_create() or k4a_image_create_from_buffer() to construct a k4a_image_t. A white balance of 0 is considered invalid. White balance is only meaningful for color images, and not expected on depth or IR images.