hi_isp_black_level_attr

Description

Defines the attribute of the ISP black level.

Definition

typedef struct {
     hi_op_mode     op_type;
     hi_u16         black_level[HI_ISP_BAYER_CHN_NUM];
} hi_isp_black_level_attr;

Members

Member

Description

op_type

Black level working mode

  • HI_OP_MODE_AUTO: automatic
  • HI_OP_MODE_MANUAL: manual

Default value: HI_OP_MODE_AUTO

black_level

Black level values that correspond to the black levels of the R, Gr, Gb, and B components respectively.

Value range: [0x0, 0xFFF]

#define HI_ISP_BAYER_CHN_NUM 4