lvds_vsync_attr_t

Description

Defines LVDS VSync (vertical sync) parameters.

Prototype

typedef struct {
    lvds_vsync_type_t sync_type;
    unsigned short hblank1;
    unsigned short hblank2;
} lvds_vsync_attr_t;

Members

Member

Description

sync_type

Synchronization mode of the long and short exposure frames.

hblank1

When sync type is LVDS_VSYNC_HCONNECT, you need to configure this member to define the length of the Hconnect blank area.

hblank2

When sync type is LVDS_VSYNC_HCONNECT, you need to configure this member to define the length of the Hconnect blank area.