NET_DVR_IVE_VFD_RESULT_HEAD_T
Structure Definition
Function Description
Face detection result data header structure.
Member Description
| Member | Type | Remark |
| time | LONGLONG | Detect the current time of the source data in microseconds. |
| relativeTime | LONGLONG | Detect source data relative time, microsecond level. |
| detectDataLen | unsigned int | Check the source data length. |
| softwareVersion | unsigned int | Software version number, 0xABCDEFGH, AB: manufacturer CD: main version EFGH: sub-version Manufacturer 1: Omron Version: V5.00. |
| softwareBuildDate | unsigned int | Software generation date, 0xYYYYMMDD. |
| faceCnt | unsigned int | The maximum number of faces is 40. |
| faceDataLen | unsigned int[40] | The length of each face. |