---
title: hi_isp_cmos_sensor_max_resolution
description: "定义Sensor最大分辨率结构体。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0045.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0045.html
indexId: 20fcea0f5994372498ec0f41b1d7107351548fb3cf24b067f51181dd378c848c65
---
# hi_isp_cmos_sensor_max_resolution

#### 说明

定义Sensor最大分辨率结构体。


#### 定义

```
typedef struct {
hi_u32
max_width;
hi_u32
max_height;
} hi_isp_cmos_sensor_max_resolution;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| max\_width | 最大宽度。 |
| max\_height | 最大高度。 |
