---
title: hi_isp_ae_sensor_register
description: "定义sensor注册结构体。"
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/others/ispdevug/ispdevapi_0074.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/others/ispdevug/ispdevapi_0074.html
indexId: c8ee20da08e7dd856630b6bbcddd9099b87fd439038cf0951be1292dd0e578cc76
---
# hi_isp_ae_sensor_register

#### 说明

定义sensor注册结构体。


#### 定义

```
typedef struct {
hi_isp_ae_sensor_exp_func
sns_exp;
} hi_isp_ae_sensor_register;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| sns\_exp | Sensor注册的回调函数结构体。 |
