Condition structure of face information configuration.
struct{ DWORD dwSize; BYTE byCardNo[ACS_CARD_NO_LEN/*32*/]; BYTE byEnableCardReader[MAX_CARD_READER_NUM/*512*/]; DWORD dwFaceNum; BYTE byFaceID; BYTE byFaceDataType; BYTE byRes[126]; }NET_DVR_FACE_PARAM_COND, *LPNET_DVR_FACE_PARAM_COND;
Structure size.
Card number that linked with face information.
Face collector status, which is represented by array, each bit of array refers to one collector. Array value: 0-invalid, 1-valid.
Number of face pictures to be get and apply. 0xffffffff-all face pictures.
Face picture ID, which is between 1 and 2, 0xff-all face pictures linked with the card.
Face data type: 0-template (default), 1-picture
Reserved, set to 0.