NET_SDK_VFD_CONFIG¶
Structure Definition¶
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
Function Description¶
Face recognition configuration structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| bSwitch | unsigned int | Enable, 0 or 1. |
| alarmHoldTime | unsigned int | Alarm duration. |
| saveFacePicture | unsigned int | Save the face detection face image. |
| saveSourcePicture | unsigned int | Save the face detection source image. |
| rectangleNum | unsigned int | The number of rectangles. |
| rectangle | RECTANGLE | Rectangular frame. |
| resv | unsigned char[40] | Reserved field. |