NET_ITC_POST_VTCOIL_PARAM

Structure of MPR trigger parameters in checkpoint.

Structure Definition

struct{
  BYTE                         byEnable;
  BYTE                         byLaneNum;
  BYTE                         bySourceType;
  BYTE                         byPicUploadType;
  BYTE                         byRoadType;
  BYTE                         byRes2;
  WORD                         wCustomDelayTime;
  BYTE                         byRes[56];
  NET_ITC_LINE                 struLaneBoundaryLine;
  NET_ITC_PLATE_RECOG_PARAM    struPlateRecog;
  NET_ITC_LANE_MPR_PARAM       struLaneParam[MAX_ITC_LANE_NUM/*6*/];
  char                         szSceneName[NAME_LEN/*32*/];
  NET_VCA_LINE                 struSnapLine;
  BYTE                         byRes1[392];
}NET_ITC_POST_MPR_PARAM,*LPNET_ITC_POST_MPR_PARAM;

Members

byEnable

Whether to enable checkpoint MPR trigger mode: 0-no, 1-yes.

byLaneNum

Number of lanes to be recognized.

bySourceType

Signal source type: 0-MPR triggered (video), 1-linked IO triggered (ground coil), 2-linked RS-485 triggered.

byPicUploadType

Picture type to be uploaded: 0-upload all, 1-, 2-

byRoadType

Lane type: 0-entrance and exit, 1-urban road, 2-custom, 3-alarm input.

byRes2

Reserved.

wCustomDelayTime

Custom capture delay time, it is valid when byRoadType is "2", unit: ms, value range: [0,15000].

byRes

Reserved.

struLaneBoundaryLine

Left boundary line of left lane, refer to the structure NET_ITC_LINE for details.

truPlateRecog

ANPR parameters, refer to the structure NET_ITC_LANE_MPR_PARAM for details.

struLaneParam

MPR lane parameters, refer to the structure NET_ITC_PLATE_RECOG_PARAM for details.

szSceneName

Scene name.

struSnapLine

Capture line, it is valid only when the camera is mounted at road side, refer to the structure NET_VCA_LINE for details.

byRes1

Reserved.