NET_ITC_SINGLEIO_PARAM

Structure about single IO parameters.

Structure Definition

struct{  
  BYTE                                 byDefaultStatus;
  BYTE                                 byRelatedDriveWay;
  BYTE                                 bySnapTimes;
  BYTE                                 byRelatedIOOutEx;
  NET_ITC_INTERVAL_PARAM               struInterval;
  BYTE                                 byRelatedIOOut[MAX_IOOUT_NUM/*4*/];
  BYTE                                 byFlashMode;
  BYTE                                 byEnable;
  BYTE                                 byUseageType;
  BYTE                                 byEmergencyCapEn;
  NET_ITC_PLATE_RECOG_REGION_PARAM     struPlateRecog[MAX_LANEAREA_NUM/*2*/];
  BYTE                                 byRes[32];
}NET_ITC_SINGLEIO_PARAM, *LPNET_ITC_SINGLEIO_PARAM;

Members

byDefaultStatus

Default IO triggering status: 0-low level, 1-high level.

byRelatedDriveWay

Linked lane No.

bySnapTimes

Capture times (the default value is 1): 0-not capture, other value-number of pictures per burst capture (the maximum value is 5).

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.

struInterval

Capture interval parameters, see details in the structure NET_ITC_INTERVAL_PARAM.

byRelatedIOOut

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

byFlashMode

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

byEnable

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

byUseageType

Lane usage type, see details in the structure ITC_LANE_USEAGE_TYPE.

byEmergencyCapEn

Whether to enable occupying emergency lane capture: 0-no, 1-yes.

struPlateRecog

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

byRes

Reserved.