mbari-org / cthulhu

Cross-platform video player that supports annotation localizations (i.e. bounding boxes)
https://mbari-media-management.github.io/cthulhu/
Other
4 stars 2 forks source link

Time window function is set as seconds. It should use milliseconds instead. #4

Closed hohonuuli closed 3 years ago

hohonuuli commented 3 years ago

The Time Window user setting currenlty uses seconds. This needs to be changed to millisecs to provide for finer grained display of the localizations.

The time window defineds how long a localization is displayed (I believer the rendered time is +/- the time window. So when it's set to 1 second the localization is displayed for 2 seconds.

This change will likely impact the underlying function which selects the annotations to be displayed.

hohonuuli commented 3 years ago

Cthulhu Time Window

carueda commented 3 years ago

Thanks for merging. Closing this one (as there was no fix #4 in any of the commits ;)