mathoudebine/turing-smart-screen-python

Stream Deck Becomes Laggy

dandrzejewski opened this issue · 0 comments

Describe the bug
When the application is running, buttons on my Elgato Stream Deck respond slowly. An example is the discord plugin - the "mic mute" button takes several seconds to engage. As soon as I kill the app, the button is instantaneous again. This happens with all buttons on the Stream Deck.

** NOTE ** This also happens with the Turing application itself, UsbMonitor. So I don't think it's a bug in this application.

To Reproduce
Steps to reproduce the behavior:

  1. Have a stream deck.
  2. Run main.py.
  3. Observe slow behavior

Expected behavior
The application should not affect the responsiveness of the Stream Deck.

Environment:

  • Smart screen model Turing 3.5"
  • Revision of this project main branch, commit is 2a25630.
  • OS with version Windows 11
  • Python version 3.10.12
  • Hardware Intel i9-13900K, nvidia RTX 3080Ti

If there are any logs I can review or settings I can try, I'm open to testing this. I also have some Python expertise if you can think of an area of the codebase I can dig into.