hi_isp_cmos_sensor_image_mode

Description

Defines the width, height, and frame rate attributes of the sensor output.

Prototype

typedef struct { 
    hi_u16      width; 
    hi_u16      height; 
    hi_float    fps;
    hi_u8       sns_mode;
} hi_isp_cmos_sensor_image_mode;

Members

Member

Description

width

Width of the sensor output

height

Height of the sensor output

fps

Frame rate of the sensor output

sns_mode

Parameter used for selecting the sensor initialization sequence. When all sequences share the same output resolution and frame rate, different sns_mode values must be set for different initialization sequences. In other cases, the default value 0 is used.