hi_isp_ae_switch
Description
Defines the position of the AE statistical module in the ISP pipeline.
Definition
typedef enum {
HI_ISP_AE_AFTER_DG = 0,
HI_ISP_AE_AFTER_WB,
HI_ISP_AE_AFTER_DRC,
HI_ISP_AE_SWITCH_BUTT
} hi_isp_ae_switch;
Members
Member |
Description |
|---|---|
HI_ISP_AE_AFTER_DG |
After ISP digital gain |
HI_ISP_AE_AFTER_WB |
After static WB |
HI_ISP_AE_AFTER_DRC |
After DRC |
HI_ISP_AE_SWITCH_BUTT |
Reserved |
Restrictions
When configuring this parameter, you need to disable the large-area single-color judgment function of the Ascend AE.
Parent topic: Data Types