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

QT6 elements slow on Win11 battery saving #723

Open
knmcguire opened this issue Aug 12, 2024 · 1 comment
Open

QT6 elements slow on Win11 battery saving #723

knmcguire opened this issue Aug 12, 2024 · 1 comment

Comments

@knmcguire
Copy link
Member

When a laptop with Windows 11 is in battery saving mode, some form of hardware throttling happens (like the GPU) that causes elemenst of QT6 to react really slowely. The result of it is, that the cfclient is trying to catch up with the logging variables it gets back from the crazyflie and is very delayed.

Currently we haven't figured out what the solution is for this other than to plug in the adapter....

@ataffanel
Copy link
Member

It feel that the solution for this problem is to decouple the logs from the GUI update. Currently log are synchronous with UI update, it should not be, and the UI should display the latest available value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants