Face parameter structure
struct{ DWORD dwSize; BYTE byCardNo[ACS_CARD_NO_LEN/*32*/]; DWORD dwFaceLen; char *pFaceBuffer; BYTE byEnableCardReader[MAX_CARD_READER_NUM/*512*/]; BYTE byFaceID; BYTE byFaceDataType; BYTE byRes[126]; }NET_DVR_FACE_PARAM_CFG, *LPNET_DVR_FACE_PARAM_CFG;
Structure size.
Card number linked with the face.
Face data size.
Pointer that points to the buffer for saving face data, it is valid when dwFaceLen is not 0. The data is encrypted.
Face collector to be applied to, which is represented by array, each bit of array refers to one collector. Array value: 0-not apply, 1-apply.
Face picture ID, which is between 1 and 2.
Face data type: 0-template (default), 1-picture
Reserved, set to 0.