Intrusion detection parameter structure
struct{ NET_VCA_POLYGON struRegion; WORD wDuration; BYTE bySensitivity; BYTE byRate; BYTE byDetectionTarget; BYTE byPriority; BYTE byAlarmConfidence; BYTE byRecordConfidence; }NET_VCA_INTRUSION,*LPNET_VCA_INTRUSION;
Coordinates of region, refer to the structure NET_VCA_POLYGON for details.
Alarm duration, for intelligent server, it is between 1 and 120s (default: 5s); for ATM DVR, it is between 1 and 1200s; for smart network camera, it is between 1 and 100s.
Sensitivity, the value is between 1 and 100.
Proportion, which equals to region size of all targets without triggering alarm comparing to whole detection region size, the value is normalized from 1 to 100
Detection target: 0-all (all targets will be detected), 0x01-human, 0x02-vehicle, 0x04-other. Multiple types of targets can be selected, e.g., 0x3-detect vehicle and human.
Alarm priority: 0-low, 1-medium, 2-high.
Confidence of alarm notification: 0-low, 1-medium low, 2-medium high, 3-high.
Confidence of video recording: 0-low, 1-medium low, 2-medium high, 3-high.