hi_isp_af_stats_pos

Description

Configures the statistical position of the AF module.

Definition

typedef enum {
    HI_ISP_AF_STATS_AFTER_DGAIN = 0,
    HI_ISP_AF_STATS_AFTER_DRC,
    HI_ISP_AF_STATS_AFTER_CSC,
    HI_ISP_AF_STATS_BUTT
} hi_isp_af_stats_pos;

Members

Member

Description

HI_ISP_AF_STATS_AFTER_DGAIN

Places the AF module after DGain for statistics, belonging to the RAW domain.

HI_ISP_AF_STATS_AFTER_DRC

Places the AF module after DRC and Dither for statistics, belonging to the RAW domain.

HI_ISP_AF_STATS_AFTER_CSC

Places the AF module after CSC for statistics, belonging to the YUV domain.

Restrictions

  • In WDR mode, the Bayer domain (RAW domain) statistics of the non-WDR scenario do not change significantly. The YUV domain statistics are recommended.
  • The FE statistics of the AF can be collected only after DGain, and the BE statistics can be collected after DGain, DRC, and CSC.