You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. We've never tried this lib on slow CPU machines. There is a separate thread, which polls the incoming HID data bytes, then it detect changes of values like button up or down, and then, on change, it executes your callback. is your callback doing hard work which blocks execution?
Unfortunately i can't test with your setup right now to find out if it's a general problem with python on slow CPU devices or if it's a problem with this library itself. Maybe you could help me by trying the pydualsense library from flok and let me know if it runs better with it. the core structure is very similar. this could provide us with valuable conclusions and give us a starting point for further problem analysis.
There's a large delay on my raspberrypi-zero.
When pressing a button it takes about a second to register with my python-script.
Is there some kind of busy-cpu loop that is blocking the CPU? could this be worked around to be event-driven?
The text was updated successfully, but these errors were encountered: