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

◆ k4a_image_get_white_balance()

uint32_t k4a_image_get_white_balance ( k4a_image_t  image_handle)
related

Get the image white balance.

Parameters
image_handleHandle of the image for which the get operation is performed on.
Remarks
Returns the image's white balance. This function is only valid for color captures, and not for depth or IR captures.
Returns
Returns the image white balance in Kelvin. If image_handle is invalid, or the white balance was not set or not applicable to the image, the function will return 0.