NET_VCA_STANDUP

Structure about standing up detection parameters.

Structure Definition

struct{
  NET_VCA_POLYGON     struRegion;
  BYTE                bySensitivity;
  BYTE                byHeightThreshold;
  WORD                wDuration;
  BYTE                byRes[4];
}NET_VCA_STANDUP, *LPNET_VCA_STANDUP;

Members

struRegion

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

bySensitivity

Sensitivity, range: [1,100]

byHeightThreshold

Height threshold, range: [0,250], default: 130, unit: cm

wDuration

Event time duration, unit: second, which ranges from 1 to 3600, default: 2

byRes

Reserved, set to 0.