hi_isp_awb_stat_1

Description

Defines the AWB statistics information.

Definition

typedef struct {
    hi_u16  metering_awb_avg_r;
    hi_u16  metering_awb_avg_g;
    hi_u16  metering_awb_avg_b;
    hi_u16  metering_awb_count_all;
} hi_isp_awb_stat_1;

Members

Member

Description

metering_awb_avg_r

Average value of R component of white points in global statistics for the Bayer domain.

The value range of the R-component average value is [0, 0xFFFF].

metering_awb_avg_g

Average value of G component of white points in global statistics for the Bayer domain.

The value range of the G-component average value is [0, 0xFFFF].

metering_awb_avg_b

Average value of B component of white points in global statistics for the Bayer domain.

The value range of the B-component average value is [0, 0xFFFF].

metering_awb_count_all

Number of white points in global statistics for the Bayer domain. Normalization has been performed. The value range of the number of white points is [0, 0xFFFF].