Add replay controls to frame and zone statistics#1339
Add replay controls to frame and zone statistics#1339JunKnows wants to merge 2 commits intowolfpld:masterfrom
Conversation
Add replay support to Frame statistics and Find zone so users can watch histogram and summary statistics build up frame by frame instead of only seeing the final aggregated result. - add replay, pause/continue, exit, and speed controls - respect Limit to view / Limit range when choosing replay bounds - keep histogram axes fixed to the full replay range during playback - avoid initial empty-state flashing when replay starts - align the replay toolbar behavior across both statistics panels
|
What is the rationale behind this feature? |
Yes, for frame statistics you can approximate something similar by limiting the view and manually dragging it, but that is awkward in practice: you need to zoom to the right scale first, drag at a consistent speed, and repeat the same manual process every time. Replay gives a one-click, controlled progression instead of a mouse-driven one. For Find zone there is no comparable drag-based workflow, so the feature is more valuable there. It also makes the buildup easier to read because the histogram axes stay fixed and the playback speed is explicit. I’ve opened an issue to explain this. This is my issue:#1340 |
Add replay support to Frame statistics and Find zone so users can watch histogram and summary statistics build up frame by frame instead of only seeing the final aggregated result.