Skip to main content
Corvus Connection

Stream Deck: Set Image

StreamDeck
streamdeck.setImageSets a key's image from a base64 data URI. Wire the trigger's 'context' into 'context' and the image into 'image'.Sets a key's image from a base64 data-URI input.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
contextDataSystem.StringNone
imageDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.StreamDeck.SetImageAsync(context, image);