Julusian / node-elgato-stream-deck

A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/
https://www.npmjs.com/org/elgato-stream-deck
MIT License
159 stars 22 forks source link

Use this library with Streamdeck App? #51

Closed NickHatBoecker closed 2 years ago

NickHatBoecker commented 2 years ago

Hey there,

let me get this straight: I can only use this library OR the stream deck app? Because if I try to use both I get an error with the library: cannot open device with path...

I would like to configure only one or two buttons with this library.

Julusian commented 2 years ago

Correct, it is one or the other. Windows does let you use both at once (for now), but then they both react to presses, and the last one to draw to a button is what is shown. There isnt a way to block the streamdeck app from using just a single button or anything like that

You might be better off making a plugin for the streamdeck app instead