rust-streamdeck
rust-streamdeck copied to clipboard
libusb based driver for Elgato StreamDeck devices
Hi, I get the error on the title using one of the followings: ` streamdeck-cli --serial CL1234567890 get-buttons` ` streamdeck-cli --vid 0fd9 get-buttons` However, it did connect using the "--pid"...
I thought having a built-in way to automatically detect attached stream decks could be useful for people trying to make custom streamdeck clients (including myself). This way they would not...
Silence dead code warning when building lib with --no-default-features.
To support multiple simultaneously connected streamdeck devices, I'd like to use udev rules which starts a per device application which uses this library. Currently we instantiate the systemd service per...
Hello, first off I wanted to thank you so much for the implementation- playing around with this has been my first real stepping stone into Rust, and you've made it...
Add a `radius` (or better named) option to blank out the corners of images and backgrounds when drawing to match the shape of the streamdeck transparencies.
Hi @ryankurte , I implemented some new features in my [fork](https://github.com/VISCON-GmbH/rust-streamdeck/tree/sd_plus_support) - Input events - Streamdeck Plus Support (including Dials and touchscreen) - probe function to detect connected streamdecks ##...
Basic SD Plus Support (buttons only) as discussed in #33
Applying (good) suggestions by clippy; updating 'image' library; adding 'Clone' and 'Debug' to some text-related objects.
Implemented input events as discussed in #33. Tested functionality with StreamDeck Plus and Mini.