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

#### 说明

定义sensor注册结构体。


#### 定义

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


#### 成员

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