NET_VCA_INTRUSION

Intrusion detection parameter structure

Structure Definition

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;

Members

struRegion

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

wDuration

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.

bySensitivity

Sensitivity, the value is between 1 and 100.

byRate

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

byDetectionTarget

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.

byPriority

Alarm priority: 0-low, 1-medium, 2-high.

byAlarmConfidence

Confidence of alarm notification: 0-low, 1-medium low, 2-medium high, 3-high.

byRecordConfidence

Confidence of video recording: 0-low, 1-medium low, 2-medium high, 3-high.