NET_VCA_RUN

Structure about fast moving detection parameters.

Structure Definition

struct{
  NET_VCA_POLYGON    struRegion;
  float              fRunDistance;
  BYTE               bySensitivity;
  BYTE               byMode;
  BYTE               byDetectionTarget;
  BYTE               byRes;
}NET_VCA_RUN,*LPNET_VCA_RUN;

Members

struRegion

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

fRunDistance

Maximum running speed, the value ranges from 0.1 m/s to 100 m/s for pixel mode, and the value ranges from 1 m/s to 20 m/s for actual mode.

bySensitivity

Sensitivity, range: [1,5]

byMode

Running mode: 0-pixel mode, 1-actual mode

byDetectionTarget

Detection target: 0-all (all targets will be detected), 0x01-human, 0x02-vehicle. Multiple types of targets can be selected, e.g., 0x3-detect vehicle and human.

byRes

Reserved, set to 0.