hi_csc_type

Description

Defines the CSC type.

Prototype

typedef enum {
    HI_CSC_TYPE_RAW_TO_BAYER = 0,
    HI_CSC_TYPE_RAW_TO_RGB = 1,
} hi_csc_type;

Members

Member

Description

HI_CSC_TYPE_RAW_TO_BAYER

Conversion to the Bayer format.

HI_CSC_TYPE_RAW_TO_RGB

Conversion to the RGB or BGR format.