Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings option to create single-frame video annotations by default #786

Open
mzur opened this issue Feb 21, 2024 · 2 comments
Open

Settings option to create single-frame video annotations by default #786

mzur opened this issue Feb 21, 2024 · 2 comments
Assignees

Comments

@mzur
Copy link
Member

mzur commented Feb 21, 2024

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.

@mzur mzur moved this to Medium Priority in BIIGLE Roadmap Feb 21, 2024
@mzur
Copy link
Member Author

mzur commented Jul 24, 2024

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().

The settings tab is here and here. The settings are stored here. The settings tab is described in this manual article.

@mzur
Copy link
Member Author

mzur commented Jul 26, 2024

When this new option is active, a mechanism to prevent double-click point annotations also has to be active (see #491 for the image annotation tool).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Medium Priority
Development

Successfully merging a pull request may close this issue.

2 participants