NET_DVR_FACE_PARAM_CFG

Face parameter structure

Structure Definition

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;

Members

dwSize

Structure size.

byCardNo

Card number linked with the face.

dwFaceLen

Face data size.

pFaceBuffer

Pointer that points to the buffer for saving face data, it is valid when dwFaceLen is not 0. The data is encrypted.

byEnableCardReader

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.

byFaceID

Face picture ID, which is between 1 and 2.

byFaceDataType

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

byRes

Reserved, set to 0.