设备网络SDK开发使用手册

NET_DVR_AGEGROUP_PARAM

年龄段人数统计参数结构体。

struct{
  DWORD    dwTeenage;
  DWORD    dwYouth;
  DWORD    dwMidLife;
  DWORD    dwElderly;
  DWORD    dwChild;
  DWORD    dwAdolescent;
  DWORD    dwPrime;
  DWORD    dwMidage;
  BYTE     byRes[18];
 }NET_DVR_AGEGROUP_PARAM,*LPNET_DVR_AGEGROUP_PARAM;

Members

dwTeenage
少年人数
dwYouth
青年人数
dwMidLife
中年人数
dwElderly
老年人数
dwChild
儿童人数
dwAdolescent
青少年人数
dwPrime
壮年人数
dwMidage
中老年人数
byRes
保留,置为0

See Also

NET_DVR_FACECAPTURE_STATISTICS_RESULT