Updated: October 28, 2024 |
Retrieve the default values to use for the image attributes
#include <camera/external_camera_api.h>
typedef int(* get_default_image_attributes_func_t)(void *handle, int32_t *brightness, int32_t *contrast, int32_t *sharpness, int32_t *hue, int32_t *saturation);
This function is used to retrieve the default values to use for the image attributes
This function is optional. If it is not present, a default value of 0 will be used for all the image attributes.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.