People counting parameters structure.
struct{ DWORD dwSize; BYTE byEnableStatistics; BYTE byEnableOfflineStatistics; BYTE byCountSignalStatisticalStandard; BYTE byRes[605]; }NET_DVR_PERSON_STATISTICS_CFG, *LPNET_DVR_PERSON_STATISTICS_CFG;
Structure size.
Whether to enable people counting: 0-disable, 1-enable.
Whether to enable offline people counting: 0-disable, 1-enable.
People counting type: 0-invalid, 1-IR detection, 2-authentication number.
Reserved, set to 0.