python-elgato-streamdeck icon indicating copy to clipboard operation
python-elgato-streamdeck copied to clipboard

Python library to control the Elgato Stream Deck.

Results 37 python-elgato-streamdeck issues
Sort by recently updated
recently updated
newest added

Hello, I'm facing this error : File "/home/xxxx/StreamDeck.py", line 16, in from StreamDeck.DeviceManager import DeviceManager ModuleNotFoundError: No module named 'StreamDeck.DeviceManager'; 'StreamDeck' is not a package I follow [https://python-elgato-streamdeck.readthedocs.io/en/stable/pages/backend_libusb_hidapi.html#linux-ubuntu-debian](url), all seems...

bug

**Describe the bug** If you call set_touchscreen_image() the image appears on the LCD display. If you call set_key_image() after, it erases the content of the LCD (the first call). **To...

bug

**Is your feature request related to a problem? Please describe.** The hidraw variant is api compatible with the libusb version. I'd like to use this version instead as it's the...

enhancement

Implement enhancement request in #124

Is there any ongoing or planed work towards supporting Stream Deck Mobile? (Willing to contribute in case there is) With 2.0 it is a great alternative to Stream Deck hardware...

enhancement

# Info * Stream Deck XL * Arch Linux * python-elgato-streamdeck version 0.9.3 # Bug On the Stream Deck XL the images are displayed incorrectly. If you look closely on...

bug

**Is your feature request related to a problem? Please describe.** New product just announced, the Stream Deck Neo **Describe the solution you'd like** Support for the Neo in this library....

enhancement

![glitch](https://github.com/abcminiuser/python-elgato-streamdeck/assets/169023243/1a7618fa-e114-47c8-b403-1971770b7239) the bug** Sometimes images can be displayed "glitched", (the saved file looks correct) **To Reproduce** Hard to reproduce, but comes in small groupings when the images are changed, Can...

bug

This commit adds unofficial basic support for the [Mirabox Stream Dock 293S](https://www.miraboxfactory.com/lcd-keyboard/501871) by reverse engineering the USB traffic of their Windows controller app. This code could potentially support other Mirabox...

For all users that try to use the new StreamDeck Neo, I would like to provide this very simple patch that just adapts the XL device code for the Neo...