NET_ITC_EPOLICE_LANE_PARAM

Structure about lane parameters of RS-485 vehicle detector trigger mode for the intersection violation system.

Structure Definition

struct{  
  BYTE                                byEnable;
  BYTE                                byRelatedDriveWay;
  WORD                                wDistance;
  BYTE                                byRecordEnable;
  BYTE                                byRecordType;
  BYTE                                byPreRecordTime;
  BYTE                                byRecordDelayTime;
  BYTE                                byRecordTimeOut;
  BYTE                                bySignSpeed;
  BYTE                                bySpeedLimit;
  BYTE                                byOverlayDriveWay;
  NET_ITC_SERIAL_INFO                 struSerialInfo;
  BYTE                                byRelatedIOOut[MAX_IOOUT_NUM/*4*/];
  BYTE                                byFlashMode;
  BYTE                                bySerialType;
  BYTE                                byRelatedIOOutEx;
  BYTE                                bySnapPicPreRecord;
  NET_ITC_PLATE_RECOG_REGION_PARAM    struPlateRecog[MAX_LANEAREA_NUM/*2*/];
  BYTE                                byBigCarSignSpeed;
  BYTE                                byBigCarSpeedLimit;
  BYTE                                byRedTrafficLightChan;
  BYTE                                byYellowTrafficLightChan;
  BYTE                                byRelaLaneDirectionType;
  BYTE                                byRes3[11];
}NET_ITC_EPOLICE_LANE_PARAM, *LPNET_ITC_EPOLICE_LANE_PARAM;

Members

byEnable

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

byRelatedDriveWay

Linked lane No.

wDistance

Coil distance (reserved), unit: centimeter.

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.

bySignSpeed

Marked speed limit (only valid for checkpoint intersection violation system), unit: km/h.

bySpeedLimit

Speed limit (only valid for checkpoint intersection violation system), unit: km/h.

byOverlayDriveWay

OSD overlayed lane No.

struSerialInfo

Vehicle detector parameters.

byRelatedIOOut

Linked IO output port. Multiple ports can be linked simultaneously.

byFlashMode

Flashing mode of the flash light: 0-simultaneous, 1-sequential.

bySerialType

Vehicle detector type: 0-private vehicle detector, 1-private OEM vehicle detector, 2-other vehicle detector.

byRelatedIOOutEx

Linked IO output port. The output port No. is represented by bit, e.g., bit 0 refers to IO output port 1, bit 1 refers to IO output port 2, and so on. For each bit, 0 means that the output port is not linked, and 1 means that the output port is linked. Up to 8 IO output ports can be linked. This member is compatible with byRelatedIOOut.

bySnapPicPreRecord

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

struPlateRecog

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

byBigCarSignSpeed

Marked speed limit for large-sized vehicle, unit: km/h.

byBigCarSpeedLimit

Speed limit for large-sized vehicle, unit: km/h.

byRedTrafficLightChan

Red light channel No. of the traffic light detector, ranging from 1 to 16.

byYellowTrafficLightChan

Yellow light channel No. of the traffic light detector, ranging from 1 to 16.

byRelaLaneDirectionType

Linked lane direction type, see details in the structure ITC_RELA_LANE_DIRECTION_TYPE.

byRes3

Reserved.

Remarks

The linked lane No. configured by byRelatedDriveWay corresponds to the lane in the vehicle detector for capturing. The lane No. configured by byOverlayDriveWay is the overlay lane No. which is the actual lane No.