Condition structure for getting or applying face information.
Structure Definition
struct{
DWORD dwSize;
BYTE byCardNo[ACS_CARD_NO_LEN/*32*/];
DWORD dwFaceNum;
DWORD dwEnableReaderNo;
BYTE byRes[124];
}NET_DVR_FACE_COND, *LPNET_DVR_FACE_COND;
Members
- dwSize
-
Structure size.
- byCardNo
-
No. of card linked with the face information. It can be set
to "null".
- dwFaceNum
-
Number of face pictures, it can be set to "0xffffffff" for
getting information of all faces.
- dwEnableReaderNo
-
Face recognition module No.
- byRes
-
Reserved.