NET_DVR_FACE_PARAM_COND

Condition structure of face information configuration.

Structure Definition

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;

Members

dwSize

Structure size.

byCardNo

Card number that linked with face information.

byEnableCardReader

Face collector status, which is represented by array, each bit of array refers to one collector. Array value: 0-invalid, 1-valid.

dwFaceNum

Number of face pictures to be get and apply. 0xffffffff-all face pictures.

byFaceID

Face picture ID, which is between 1 and 2, 0xff-all face pictures linked with the card.

byFaceDataType

Face data type: 0-template (default), 1-picture

byRes

Reserved, set to 0.