...
- Determining the overall number of vehicles that passed in each lane.
- Saving the date and time of vehicle registration.
- Determining the class of the vehicle.
- Calculating the total number of vehicles of each class.
- Determining the speed of the vehicle (using the video image processing algorithm).
- Determining the speed of the vehicles moving along a specified lane.
- Calculating the average traffic speed.
- Calculating the average speed of the vehicles by their class:
a. motorcycle;
b. passenger car;
c. truck shorter than 12 m;
d. truck longer than 12 m;
e. bus. - Determining the distance between the vehicles (up to 255 m).
- Calculating the road load.
- Registering some moving violations:
a. exceeding the speed limit;
b. driving along the wrong side of the road;
c. stopping violations;
d. invalid reversing;
e. driving forbidden types of vehicle. - Detecting traffic jams.
...
{"serverDuration": 72, "requestCorrelationId": "c9ae3d3e14dd6ce2"}