NET_DVR_PERSON_STATISTICS_CFG

People counting parameters structure.

Structure Definition

struct{
  DWORD    dwSize;
  BYTE     byEnableStatistics;
  BYTE     byEnableOfflineStatistics;
  BYTE     byCountSignalStatisticalStandard;
  BYTE     byRes[605];
}NET_DVR_PERSON_STATISTICS_CFG, *LPNET_DVR_PERSON_STATISTICS_CFG;

Members

dwSize

Structure size.

byEnableStatistics

Whether to enable people counting: 0-disable, 1-enable.

byEnableOfflineStatistics

Whether to enable offline people counting: 0-disable, 1-enable.

byCountSignalStatisticalStandard

People counting type: 0-invalid, 1-IR detection, 2-authentication number.

byRes

Reserved, set to 0.