-
Notifications
You must be signed in to change notification settings - Fork 47
Feat: Lower CPU usage when not in focus #52
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
Feat: Lower CPU usage when not in focus #52
Conversation
|
I'll need to look into the freezing issue, I'm seeing it on my end here too. Thanks for your contribution! |
|
Yeah the "freezing" of cam feed and everything is intended behaviour when the window isn't active. Just realized I should have combined this with "Fix: Decouple OSC from GUI render loop" as we stop sending OSC all together if the window isn't the active one. -_-* |
5f3ea14 to
0864715
Compare
0864715 to
a7d6677
Compare
a7d6677 to
2cf8234
Compare
RamesTheGeneric
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as described when paired with #56 👍
#56 SHOULD BE PULLED 1ST!
Lowers CPU usage when window loses focus and lets the user know of the intended behaviour of the interface pausing.