python-elgato-streamdeck
python-elgato-streamdeck copied to clipboard
Python library to control the Elgato Stream Deck.
It's not working for me on macOS Monterey v12.4. This is the error I'm getting Found 1 Stream Deck(s). ``` Traceback (most recent call last): File "/Users/yuensteven/Developer/python-elgato-streamdeck/src/example_deckinfo.py", line 52, in...
**Describe the bug** The reset() function does not really reset the device properly **To Reproduce** Start an application built with this library, then kill the process without calling the close()...
Hello, I would like to have an option to reset my firmware to the default one: **Is your feature request related to a problem? Please describe.** Yes, it is related...
Strange behaviour encountered today where the top 3 rows of an XL get ignored until reset() or similar Here's a tiny working illustration. Pressing key(0) makes the call and the...
**Is your feature request related to a problem? Please describe.** The API does not allow one to detect and recover from a suspend/resume cycle. In my observations (on Linux), the...
**Describe the bug** When running code of "deckinfo" example in a function (instead of just in `if __name__ == "__main__"`), the code runs well BUT at the end, an error...
Hi Dean Camera, I'm working on put this library into Debian, I almost done. Would you sign your source tarballs? It's a good security measure, don't you think? Thank's
Hi @abcminiuser & contributors. Thanks for this awesome library, I really enjoy creating code with it to make some stream deck applications. **Is your feature request related to a problem?...
Hi @abcminiuser / Dean, thank you for the library -- it's very nice to be able to have such control over a streamdeck. I've previously heard of you via LUFA...
Fixes https://github.com/abcminiuser/python-elgato-streamdeck/issues/47