NET_VCA_HIGH_DENSITY_STATUS

Structure about people gathering detection parameters.

Structure Definition

struct{
  NET_VCA_POLYGON   struRegion;
  float             fDensity;
  BYTE              bySensitivity;
  BYTE              byRes[3];
}NET_VCA_HIGH_DENSITY_STATUS,*LPNET_VCA_HIGH_DENSITY_STATUS;

Members

struRegion

Coordinates of detection region, refer to the structure NET_VCA_POLYGON for details.

fDensity

Density ratio, range: [0.1, 1.0]

bySensitivity

Sensitivity, range: [0, 100]

byRes

Reserved, set to 0.