Structure about fast moving detection parameters.
struct{ NET_VCA_POLYGON struRegion; float fRunDistance; BYTE bySensitivity; BYTE byMode; BYTE byDetectionTarget; BYTE byRes; }NET_VCA_RUN,*LPNET_VCA_RUN;
Coordinates of detection region, refer to the structure NET_VCA_POLYGON for details.
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.
Sensitivity, range: [1,5]
Running mode: 0-pixel mode, 1-actual mode
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.
Reserved, set to 0.