hi_isp_stitch_attr

Description

Defines the ISP stitching structure.

Definition

typedef struct {
    hi_bool stitch_enable;
    hi_bool main_pipe;
    hi_u8   stitch_pipe_num;
    hi_s8   stitch_bind_id[HI_VI_MAX_PIPE_NUM];
} hi_isp_stitch_attr;

Members

Member

Description

stitch_enable

Stitching enable

main_pipe

Whether the pipe is the main pipe

stitch_pipe_num

Number of pipes for stitching

stitch_bind_id

Pipe IDs bound for stitching.

HI_VI_MAX_PIPE_NUM defines the maximum number of pipes. The current value is 4.