-
Notifications
You must be signed in to change notification settings - Fork 33
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
Request: Positioning of the framerate / frame time counter #48
Comments
The positioning of the Framerate Text is currently calculated by the amount of videos which are loaded so they appear in the left upper corner. What I can think of is to allow for the following options:
Custom pixel-based positioning is quite cumbersome if they are not saved after closing the program so I'd try to not implement that until some caching is done. As for the second feature I don't think I understand it correctly. What may be possible is to always skip |
Hi About 1) About 2) Here is a nice example on youtube Thanks for your efforts! |
Ok so there are two issues then:
I'm having mixed feelings about this feature - I definitely think it's not intuitive without an explanation and it slightly distorts the analysis as your usually can't see in the future. If one knows about this, it makes the interpretation easier and allows the user to start to pay attention as to which frames cause the delay. I'll think it may be possible to implement this by "holding off" the image stream by What I'm missing is some visual explanation that the center of the graph shows the current value - I think that the vertical line is not enough to symbolize this. Maybe some sort of marker could do the job. Do you have any suggestions for this or do you think this is usually not an issue with the target audience? |
Hi, thanks for your reply. But as an extra hint, you could add an extra arrow above the vertical line. Not too big, just enough to make it clear. I attached an example picture. |
I think this is a solid visual cue. If anybody else has some ideas, feel free to post them so we can discuss them. I don't know when I'll have time to work on the next release as I'm swamped with RL work right now, but I think this is a doable feature. |
Hi again |
Hi, I'm planning to find some time for development over the winter break (25.12 - 07.01) |
Just an FYI, I'm working on the features but I'm waiting for the response of some more experienced developers in the Qt Forum. It seems like a very simple thing to have, but apparently having a dropdown list for every video in the Options pane is not easily possible. |
Hi there |
Hi again-... well, it's been quite a while since the last update. |
Hey man, that is awesome. I totally appreciate your efforts! Thanks a lot! It makes it so much better now! Can't wait for the release! |
I also implemented the fps text moving. 2020-12-27.22-34-16-1-encoded.mp4I'll try to make a new release in the next few days. |
Awesome. Looking forward to testing it |
Release is done. Feel free to write here if you find any problems with the discussed functionality. Otherwise please open a new issue! |
Awesome. Will download it right away and check it soon! Thanks for your efforts |
Should all be solved for now. |
Hi
I think I sorted all the problems out that I had when I initially started using this app. Now it works just fine. Thumbs up and thanks for your efforts!
However, I have a layout request
I'd love to have a choice where to put the framerate counter (the digits) since the upper left corner is sometimes jammed with game stats and other HUD elements. having a choice between left or right corner and maybe a little margin for height adjustments (+ / - 100 Pixels?!?) would be great since changing the color doesn't always help.
The graph for frame time and frame rate always start their measuring at the far right end of the matrix. However, a better place to see the actual state of the scene would be in the middle with an additional vertical line in the matrix to show it. This way you can see somewhat ahead what is coming up, and by showing the end of the graph coming up, it also shows when the recorded scene will end (which is a good feature when you want to use transitions between different scenes with FPS measurement).
Is there any chance to get this in the next build or so?
The text was updated successfully, but these errors were encountered: