hi_isp_bayer_raw_bit

Description

Defines the data bit width of the input Bayer image.

Definition

typedef enum {
    HI_ISP_BAYER_RAW_BIT_8BIT    = 8,
    HI_ISP_BAYER_RAW_BIT_10BIT   = 10,
    HI_ISP_BAYER_RAW_BIT_12BIT   = 12,
    HI_ISP_BAYER_RAW_BIT_14BIT   = 14,
    HI_ISP_BAYER_RAW_BIT_16BIT   = 16,
    HI_ISP_BAYER_RAW_BIT_BUTT
} hi_isp_bayer_raw_bit;

Members

Member

Description

HI_ISP_BAYER_RAWBIT_8BIT

8-bit Bayer data width

HI_ISP_BAYER_RAWBIT_10BIT

10-bit Bayer data width

HI_ISP_BAYER_RAWBIT_12BIT

12-bit Bayer data width

HI_ISP_BAYER_RAWBIT_14BIT

14-bit Bayer data width

HI_ISP_BAYER_RAWBIT_16BIT

16-bit Bayer data width

Restrictions

This format can be obtained from the data sheet of the used sensor and is related to the cropping start position.