Updated: October 28, 2024 |
Retrieve the default white balance mode for the camera
#include <camera/external_camera_api.h>
typedef camera_whitebalancemode_t(* get_default_wb_mode_func_t)(void *handle);
This function returns the default white balance mode that should be used for this camera.
This function is optional. If it is not present, the default mode of CAMERA_WHITEBALANCEMODE_AUTO will be used for this camera.
A camera_whitebalancemode_t value indicating the default white balance mode.