---
title: hi_isp_stitch_attr
description: "定义ISP拼接结构体。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0136.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0136.html
indexId: f436efc854b6ce3630290e6ddb1ae890c8c1692f657557345377997a2593bc5f65
---
# hi_isp_stitch_attr

#### 说明

定义ISP拼接结构体。


#### 定义

```
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;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| stitch\_enable | 拼接使能。 |
| main\_pipe | 是否为主Pipe。 |
| stitch\_pipe\_num | 拼接总路数。 |
| stitch\_bind\_id | 拼接绑定的pipe的号。 HI\_VI\_MAX\_PIPE\_NUM定义最大的PIPE数量，当前为4。 |
