Skip to content

Stream Deck: Change the image on buttons from an external program. #34

Closed Answered by tiptronic
runnowll asked this question in Help
Discussion options

You must be logged in to vote

hi @runnowll

a pretty simple way would be:

  • You only need to install/use 1 profile / per devicetype
  • add an empty action for every key of the profile (<- this just receives the image)
    • so you need to prepare some profiles (SD regular, SD mini, SD XL, SD+), depending on which devices you want to support
    • if the user switches to this profile, your plugin is considered 'active'

(You only need the preparation above while creating your plugin - the profiles will be installed by SD, when you install the plugin)

In your plugin's code (easiest to do in Javascript using an HTML-Canvas, imo):

  1. get the image from your application (either via file or e.g. websockets)
  2. cut it into square tiles (b…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tiptronic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants