You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a settings option to the video annotation tool to automatically finish new annotations after the first frame. If the option is active, the additional control buttons to finish or track an annotation should be hidden (or disabled?) from the UI.
The text was updated successfully, but these errors were encountered:
The buttons to finish a pending video annotations are defined like this. These should no longer be shown when the settings option is active. When a new annotation is drawn extendPendingAnnotation() is called. If the new settings option is active, this could be immediately followed by calling finishDrawAnnotation().
Add a settings option to the video annotation tool to automatically finish new annotations after the first frame. If the option is active, the additional control buttons to finish or track an annotation should be hidden (or disabled?) from the UI.
The text was updated successfully, but these errors were encountered: