hi_isp_anti_false_color_attr

Description

Defines the anti-false color attribute.

Definition

typedef struct {     
    hi_bool  enable;      
    hi_op_mode op_type;     
    hi_isp_anti_false_color_auto_attr auto_attr;   
    hi_isp_anti_false_color_manual_attr manual_attr;
} hi_isp_anti_false_color_attr;

Members

Member

Description

enable

Anti-false color module enable.

The value can be HI_FALSE (disabled) and HI_TRUE (enabled).

op_type

Anti-false color working mode

  • HI_OP_MODE_AUTO: automatic
  • HI_OP_MODE_MANUAL: manual

auto_attr

Automatic anti-false color attribute

manual_attr

Manual anti-false color attribute

Restrictions

The anti-false color function can be used in either automatic or manual mode.

  • If enable is set to HI_TRUE and op_type is set to HI_OP_MODE_AUTO, automatic anti-false color is used.
  • If enable is set to HI_TRUE and op_type is set to HI_OP_MODE_MANUAL, manual anti-false color is used.