hi_isp_iris_type
Description
Defines the ISP iris type.
Definition
typedef enum {
HI_ISP_IRIS_FIXED_TYPE = 0,
HI_ISP_IRIS_DC_TYPE = 1,
HI_ISP_IRIS_P_TYPE = 2,
HI_ISP_IRIS_TYPE_BUTT,
} hi_isp_iris_type;
Members
Member |
Description |
|---|---|
HI_ISP_IRIS_FIXED_TYPE |
Fixed iris |
HI_ISP_IRIS_DC_TYPE |
DC-Iris |
HI_ISP_IRIS_P_TYPE |
P-Iris |
Restrictions
- The AI algorithms work properly only after the iris type is correctly configured.
- If the connected lens uses the manual iris, set the value to HI_ISP_IRIS_DC_TYPE and disable AI.
- Before the iris is switched from a DC-Iris to a P-Iris, parameters related to the P-Iris need to be configured and the iris status needs to be set to HI_ISP_IRIS_KEEP.
Parent topic: Data Types