Enhance tracking marker navigation in VideoEditor

This commit improves the navigation logic in the VideoEditor class for jumping to previous and next tracking markers. It ensures that when at the beginning of the tracking frames, the user jumps to the first marker, and when at the end, they jump to the last marker. Debug statements have been updated to reflect these changes, providing clearer insights during navigation. The specification has also been updated to document the new behavior.
This commit is contained in:
2025-09-17 19:55:31 +02:00
parent b123b12d0d
commit 83ef71934b
2 changed files with 13 additions and 7 deletions

View File

@@ -68,8 +68,8 @@ Be careful to save and load settings when navigating this way
- **Display** Points are rendered as blue dots per frame, in addition the previous tracking point (red) and next tracking point (magenta) are shown with yellow arrows indicating motion direction
#### Motion Tracking Navigation
- **,**: Jump to previous tracking marker (previous frame that has one or more tracking points). Wrap-around supported.
- **.**: Jump to next tracking marker (next frame that has one or more tracking points). Wrap-around supported.
- **,**: Jump to previous tracking marker (previous frame that has one or more tracking points). Goes to first marker if at beginning.
- **.**: Jump to next tracking marker (next frame that has one or more tracking points). Goes to last marker if at end.
### Markers and Looping
- **1**: Set cut start marker at current frame