NET_ITC_LANE_NOCOMITY_PEDESTRIAN_PARAM

Structure about lane parameters of triggering mode of not yielding to pedestrian.

Structure Definition

struct{  
  BYTE               byRelatedDriveWay;
  BYTE               byRelaLaneDirectionType;
  BYTE               byPedestriansNum;  
  BYTE               byVehicleSpeed;
  DWORD              dwVehicleInterval;  
  BYTE               byPedesDetRule;
  BYTE               byRes[3];  
  NET_ITC_LINE       struLaneLine;
  NET_ITC_LINE       struStopLine;  
  NET_ITC_POLYGON    struPlateRecog;
  BYTE               byRes1[280];
}NET_ITC_LANE_NOCOMITY_PEDESTRIAN_PARAM, *LPNET_ITC_LANE_NOCOMITY_PEDESTRIAN_PARAM;

Members

byRelatedDriveWay

Linked lane No.

byRelaLaneDirectionType

Linked lane direction type.

byPedestriansNum

Number of pedestrian threshold, ranging from 1 to 100, the default value is 1.

byVehicleSpeed

Vehicle speed threshold, ranging from 1 to 100, the default value is 0.

dwVehicleInterval

Vehicle following detection threshold, ranging from 0 to 65536, the default value is 0.

byPedesDetRule

Pedestrian detection rule, which indicates the walking direction of the pedestrian in the detection area: 0-from right to left, 1-from left to right.

byRes

Reserved, set to 0.

struLaneLine

Lane line, see details in the structure NET_ITC_LINE.

struStopLine

Stop line, see details in the structure NET_ITC_LINE.

struPlateRecog

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

byRes1

Reserved, set to 0.