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

Add optional frame rate throttle for preview window #79

Open
bgottula opened this issue Feb 2, 2023 · 1 comment
Open

Add optional frame rate throttle for preview window #79

bgottula opened this issue Feb 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bgottula
Copy link
Collaborator

bgottula commented Feb 2, 2023

Currently, the preview (and histogram) windows refresh as fast as possible in threads with normal (not realtime) priority. However this is still quite capable of consuming a huge amount of CPU resources to achieve a preview frame rate on the order of 30 FPS. This is probably a higher frame rate than is really necessary. Add an optional feature to throttle the preview window frame rate to a rate specified via command line argument.

@bgottula bgottula added the enhancement New feature or request label Feb 2, 2023
@bgottula bgottula self-assigned this Feb 2, 2023
@bgottula
Copy link
Collaborator Author

Support added on the cli11 branch. Just need to finish up that branch and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant