hi_vi_low_delay_info

Description

Defines the low-delay attribute.

Prototype

typedef struct {
  hi_bool enable;
  hi_u32  line_cnt;
} hi_vi_low_delay_info;

Members

Member

Description

enable

Enables or disables the low-delay function.

The options are as follows:

  • HI_FALSE: disabled.
  • HI_TRUE: enabled.

line_cnt

Line number of the low-delay output. The minimum value is 32, and the maximum value must not exceed the image height. You are advised not to set the line number too close to the image height.