Updated: October 28, 2024 |
Query if the specified white balance mode is valid
#include <camera/external_camera_api.h>
typedef bool(* is_whitebalance_mode_valid_func_t)(void *handle, camera_whitebalancemode_t mode);
This function is used to determine if a white balance mode is supported prior to calling set_whitebalance_mode_func_t.
This function is optional. If it is not present, only the default white balance mode will be supported for this camera.
true if the mode is supported, false otherwise