NET_SDK_FACE_INFO_ADD
Structure Definition
Function Description
NVR adds face comparison target.
Member Description
| Member | Type | Remark |
| sFaceInfoItem | NET_SDK_FACE_INFO_LIST_ITEM | Facial feature information. |
| imgNum | unsigned int | The number of images in sFaceImgInfo. |
| sFaceImgInfo | NET_SDK_FACE_IMG_INFO_CH[DD_MAX_FACE_INFO_IMG] | Channel image information, maximum 5 images. |
| haveImgData | unsigned int | Whether there is externally transmitted image data, 0: no, 1: yes. |
| imgWidth | unsigned int | The width of the image transmitted externally. It is valid when haveImgData is 1. |
| imgHeight | unsigned int | The image height transmitted is valid when haveImgData is 1. |
| imgLen | unsigned int | The size of the image transmitted externally. This parameter is valid when haveImgData is 1. |
| imgData | unsigned char* | Image data, valid when haveImgData is 1. |