Trail length viewing options #1818
keyaloding
started this conversation in
Ideas
Replies: 1 comment
-
This was modified 436b177. Should be corrected to check if the length is in the list of options and if not use the value from the preferences. The conditional will most likely be true if trail lengths are used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem Description
As mentioned in #1769, the GUI currently only allows the user to display trail lengths of up to 250 frames, which can be inadequate for videos longer than 250 frames.
Feature Proposal
Add 500, 1000, and 2500 as options for the trail length. It will most likely be unnecessary for the max length to be longer than this.
Implementation Details
Pretty simple change, all it requires is a change in line 51 of
sleap/sleap/gui/overlays/tracks.py
.Beta Was this translation helpful? Give feedback.
All reactions