Structure about standing up detection parameters.
struct{ NET_VCA_POLYGON struRegion; BYTE bySensitivity; BYTE byHeightThreshold; WORD wDuration; BYTE byRes[4]; }NET_VCA_STANDUP, *LPNET_VCA_STANDUP;
Coordinates of detection region, refer to the structure NET_VCA_POLYGON for details.
Sensitivity, range: [1,100]
Height threshold, range: [0,250], default: 130, unit: cm
Event time duration, unit: second, which ranges from 1 to 3600, default: 2
Reserved, set to 0.