hi_isp_ae_param

Description

Defines the initialization parameters provided by the ISP for the AE algorithm library.

Definition

typedef struct {
    hi_sensor_id sensor_id;
    hi_u8  wdr_mode;
    hi_u8  hdr_mode;
    hi_u16 black_level;
    hi_float fps;
    hi_isp_bayer_format bayer;
    hi_isp_stitch_attr stitch_attr;
    hi_s32 reserved;
} hi_isp_ae_param;

Members

Member

Description

sensor_id

ID of the sensor registered with the ISP. This member can be used to check whether the sensor registered with the ISP

is the same as that registered with the AE.

wdr_mode

WDR mode. The ISP provides the WDR mode information for the AE.

hdr_mode

HDR mode. The ISP provides the HDR mode information for the AE. Not supported.

black_level

Black level (12-bit precision). The ISP provides the black level information for the AE.

fps

Frame rate. The ISP provides the frame rate information for the AE.

bayer

Sensor Bayer pattern, including RGGB, GRBG, GBRG, and BGGR.

stitch_attr

Stitching mode. The ISP provides the stitching mode information for the AE.