Updated: October 28, 2024 |
Change the white balance red and blue gain values in manual mode
#include <camera/external_camera_api.h>
typedef int(* set_manual_wb_rb_gain_func_t)(void *handle, unsigned redGain, unsigned blueGain);
This function sets the specified white balance red and blue gain values when the camera is in the appropriate manual white balance mode.
This function is optional. If it is not present, the camera will not support changing of the white balance red and blue gain values.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.