OpenTrafficCam / OTAnalytics

Perform traffic analysis on trajectories of road users
https://opentrafficcam.org/OTAnalytics/
GNU General Public License v3.0
18 stars 3 forks source link

Make use cases GetCurrentVideoPath and GetCurrentFrame be dependent on VisualizationTimeProvider #508

Closed randy-seng closed 6 months ago

randy-seng commented 6 months ago

As of now the time provided in the use cases is always the end date of the filter element. Since there can be use cases where a specific time within a date range is needed, the VisualizationTimeProvider class is used here.

OP#4920