hi_isp_status

Description

Defines the ISP correction or detection status.

Definition

typedef enum {
    HI_ISP_STATE_INIT     = 0,
    HI_ISP_STATE_SUCCESS  = 1,
    HI_ISP_STATE_TIMEOUT  = 2,
    HI_ISP_STATE_BUTT
} hi_isp_status;

Members

Member

Description

HI_ISP_STATE_INIT

0: initial status, no calibration

HI_ISP_STATE_SUCCESS

1: The static defect pixel calibration ends normally.

HI_ISP_STATE_TIMEOUT

2: The static defect pixel calibration ends due to timeout.

HI_ISP_STATE_BUTT

Reserved