hi_isp_fpn_attr
Description
Defines the correction attribute for FPN removal.
Definition
typedef struct {
hi_bool enable;
hi_op_mode op_type;
hi_isp_fpn_type fpn_type;
hi_isp_fpn_frame_info fpn_frm_info;
hi_isp_fpn_manual_attr manual_attr;
hi_isp_fpn_auto_attr auto_attr;
} hi_isp_fpn_attr;
Members
Member |
Description |
|---|---|
enable |
Correction enable The value can be HI_FALSE (disabled) and HI_TRUE (enabled). |
op_type |
Correction mode (manual or automatic) In manual mode, you need to configure the correction strength. In automatic mode, the system automatically calculates the correction strength based on the ISO value of the current image. The options are as follows: HI_OP_MODE_AUTO: automatic HI_OP_MODE_MANUAL: manual |
fpn_type |
Correction type. Currently, only the frame type is supported. |
fpn_frm_info |
Black frame information |
manual_attr |
Manual correction attribute |
auto_attr |
Automatic correction attribute |
Parent topic: Data Types