NET_SDK_DEV_SUPPORT¶
结构体定义¶
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
功能描述¶
设备支持的功能,仅支持IPC。
成员说明¶
| 成员 | 类型 | 备注 |
|---|---|---|
| supportThermometry | unsigned int | 支持口罩跟体温 |
| supportVfd | unsigned int | 人脸检测 |
| supportVfdMatch | unsigned int | 人脸比对 |
| supportThermal | unsigned int | 热成像 |
| supportPassLine | unsigned int | 过线统计 |
| supportresv | unsigned int | 待填入 |
| resv | unsigned int[15] | 预留参数,暂时未用上 |