-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamdeck as input device. #78
Comments
Yes, I bought an SD with the intention of working out how we might integrate it with UCR. |
How about adding an action to the stream deck that calls an UCR api instead? I can now look for custom actions in Stream Deck through the "More actions" button? Edit: Here is the url to the SDK to create custom actions. Which apperently also allows changing the icon and such. SDK |
The SD SDK that you linked is fundamentally different to the API that I am using to interact with the SD hardware - they are totally unrelated. |
Looking into it somewhat further. The 'plugin' is essentially a command-line executable that is expected to start a websocket. What is the current route/plugin/wrapper for custom UCR plugins, is that IOWrapper? |
Oh, that sounds interesting. |
Still not 100% sure how this would work. I have done a little reading of the SDK docs, still not quite seeing how to go about this. |
There's also third-party C# SDK at https://github.com/BarRaider/streamdeck-tools |
Are there any plans to support/allow the Elgato Stream Deck as an input device?
They should have a developer api available.
The text was updated successfully, but these errors were encountered: