NET_ITC_LANE_VIDEO_EPOLICE_PARAM

Structure about the lane parameters of video intersection violation system triggering mode.

Structure Definition

struct{
  BYTE                              byLaneNO;
  BYTE                              bySensitivity;
  BYTE                              byEnableRadar;
  BYTE                              byRelaLaneDirectionType;
  NET_ITC_LANE_LOGIC_PARAM          struLane;
  NET_ITC_VIOLATION_DETECT_PARAM    struVioDetect;
  NET_ITC_VIOLATION_DETECT_LINE     struLine;
  NET_ITC_POLYGON                   struPlateRecog;
  BYTE                              byRecordEnable;
  BYTE                              byRecordType;
  BYTE                              byPreRecordTime;
  BYTE                              byRecordDelayTime;
  BYTE                              byRecordTimeOut;
  BYTE                              byCarSpeedLimit;
  BYTE                              byCarSignSpeed;
  BYTE                              bySnapPicPreRecord;
  NET_ITC_INTERVAL_PARAM            struInterval;
  BYTE                              byRes[36];
}NET_ITC_LANE_VIDEO_EPOLICE_PARAM, *LPNET_ITC_LANE_VIDEO_EPOLICE_PARAM;

Members

byLaneNO

Linked lane No.

bySensitivity

Coil sensitivity, ranging from 1 to 100.

byEnableRadar

Whether to enable radar detection: 0-no, 1-yes.

byRelaLaneDirectionType

Linked lane direction type, see details in the structure ITC_RELA_LANE_DIRECTION_TYPE. It corresponds to the linked lane No. to ensure that the lane is unique.

struLane

Lane parameters, see details in the structure NET_ITC_LANE_LOGIC_PARAM.

struVioDetect

Violation detection parameters, see details in the structure NET_ITC_VIOLATION_DETECT_PARAM.

struLine

Violation detection line, see details in the structure NET_ITC_VIOLATION_DETECT_LINE.

struPlateRecog

License plate recognition area parameters, see details in the structure NET_ITC_POLYGON.

byRecordEnable

Whether to record by cycle for running red light event: 0-no, 1-yes.

byRecordType

Recording type for running red light event: 0-pre-record, 1-post-record.

byPreRecordTime

Pre-record time for running red light event, the default value is 0, unit: second.

byRecordDelayTime

Post-record time for running red light event, the default value is 0, unit: second.

byRecordTimeOut

Cycle recording timeout for running red light event, unit: second.

byCarSpeedLimit

Vehicle speed limit, unit: km/h.

byCarSignSpeed

Marked speed limit, unit: km/h.

bySnapPicPreRecord

Pre-record time for capturing pictures: 0-default (the second picture), 1-the first picture, 2-the second picture, 3-the third picture.

struInterval

Capture interval parameters, see details in the structure NET_ITC_INTERVAL_PARAM.

byRes

Reserved, set to 0.