DD_SMART_VFD_CONFIG
Structure Definition
Function Description
Face matching configuration.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| enableFaceDetect | unsigned char | Whether to enable face detection. |
| enableSaveFacePicture | unsigned char | Whether to save face images. |
| enableSaveSourcePicture | unsigned short | Whether to save the face detection source image. |
| holdTime | unsigned int | Duration. |
| startPoint | DD_POSITION | The coordinate information of the upper left point of the rectangle. |
| endPoint | DD_POSITION | The coordinate information of the lower right point of the rectangle. |
| pushModeType | unsigned int | Snapshot mode, 0: automatic mode, no repeated snapshots, 1: snapshot mode at fixed time intervals. |
| intervalTime | unsigned int | The snapshot interval, in seconds, is valid only when the snapshot mode is 1. |