Skip to content

[v.3.0.28] 09.04.2025#

Changes:

  • Added the STREAM_FP_VEHICLE_TRACK_ALGO variable to select the area for human detect. Then if human detection matches with vehicle detection it is false positive vehicle detection (default: vehicleCrop);
  • Enhanced logging when sending the best shot: the detection source (Detector, Redetector, Tracker) is now indicated, and the AGS value (AGS rating) is displayed if the number was discarded, to show the result given by the AGS network;
  • Added GPU support for video stream processing, which sped up image processing. Now you can choose whether to process video streams on the GPU or CPU, depending on the configuration. This primarily improved the performance of the detectors.

Fixes:

  • Fixed the issue with missing trackEnd for motorcycles due to freezing on the last video frame reading in the RTSP stream;
  • Fixed a problem with stream creation when the license plate detector threshold was set to 1. Added validation for this threshold so that the stream was successfully created with the given value or an error was logged.