hi_isp_awb_multi_ls_type

Description

Defines the AWB policy in the multi-illuminant scenario.

Definition

typedef enum {
    HI_ISP_AWB_MULTI_LS_SAT = 0,
    HI_ISP_AWB_MULTI_LS_CCM = 1,
    HI_ISP_AWB_MULTI_LS_BUTT
} hi_isp_awb_multi_ls_type;

Members

Member

Description

HI_ISP_AWB_MULTI_LS_SAT

Automatic saturation adjustment in the multi-illuminant scenario

HI_ISP_AWB_MULTI_LS_CCM

Automatic CCM adjustment in the multi-illuminant scenario

HI_ISP_AWB_MULTI_LS_BUTT

Reserved

Restrictions

  • HI_ISP_AWB_MULTI_LS_CCM does not cause much saturation loss of the image but changes the hue.
  • HI_ISP_AWB_MULTI_LS_SAT decreases the overall saturation of the image and alleviates the color cast degree in the multi-illuminant scenario.