ITC_VIOLATION_DETECT_TYPE

Enumerate violation detection types.

Structure Definition

enum {  
  ITC_VIOLATION_POST                 = 0x01,
  ITC_VIOLATION_DRIVELINE            = 0x02,
  ITC_VIOLATION_REVERSE              = 0x04,
  ITC_VIOLATION_REDLIGHT             = 0x08,
  ITC_VIOLATION_DIRECTION            = 0x10,
  ITC_VIOLATION_INTERSECTION_CONGEST = 0x20,
  ITC_VIOLATION_NONDRIVEWAY          = 0x40,
  ITC_VIOLATION_CHANGELANE           = 0x80,
  ITC_VIOLATION_BAN                  = 0x100,
  ITC_VIOLATION_INTERSECTION_PARK    = 0x200,
  ITC_VIOLATION_GREEN_PARK           = 0x400,
  ITC_VIOLATION_BAN_DRIVE            = 0x800,
  ITC_VIOLATION_ACROSS_YELLOWLINE    = 0x1000,
  ITC_VIOLATION_HIGH_SPEED           = 0x2000,
  ITC_VIOLATION_LOW_SPEED            = 0x4000,
  ITC_VIOLATION_TURN_AROUND          = 0x8000,
  ITC_VIOLATION_CONGESTION           = 0x10000
}ITC_VIOLATION_DETECT_TYPE

Member

ITC_VIOLATION_POST

Checkpoint capture.

ITC_VIOLATION_DRIVELINE

Driving on the lane line capture.

ITC_VIOLATION_REVERSE

Wrong-way driving capture.

ITC_VIOLATION_REDLIGHT

Red light running capture.

ITC_VIOLATION_DIRECTION

Driving against direction guidance capture.

ITC_VIOLATION_INTERSECTION_CONGEST

Overstaying at intersection capture.

ITC_VIOLATION_NONDRIVEWAY

Motor vehicle on non-motor vehicle lane capture.

ITC_VIOLATION_CHANGELANE

Illegal lane change.

ITC_VIOLATION_BAN

Prohibition violation.

ITC_VIOLATION_INTERSECTION_PARK

Stop vehicle over the stop line when the red light is on.

ITC_VIOLATION_GREEN_PARK

Stop vehicle when the green light is on.

ITC_VIOLATION_BAN_DRIVE

Prohibition.

ITC_VIOLATION_ACROSS_YELLOWLINE

Cross the yellow line.

ITC_VIOLATION_HIGH_SPEED

Overspeed (only for checkpoint).

ITC_VIOLATION_LOW_SPEED

Low speed (only for checkpoint).

ITC_VIOLATION_TURN_AROUND

Illegal U-turning.

ITC_VIOLATION_CONGESTION

Congestion.

Remarks

  • Crossing the yellow line means capturing lane change or U-turning of vehicles by cameras installed by the roadside, and the concept of illegal lane change is the same as that in the intersection violation system.

  • Prohibition requires capturing all license plates of a specific area, and prohibition violation only captures a specific type of license plates in the lane.