node-elgato-stream-deck icon indicating copy to clipboard operation
node-elgato-stream-deck copied to clipboard

A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/

Results 13 node-elgato-stream-deck issues
Sort by recently updated
recently updated
newest added

This library is doing some bitmap manipulation to cater to the different flip/rotation required for some models, and the colour space both over the wire, and being provided by user...

Today I tried to use this lib but got an error now. System: - MacOS 11.5.2 - node 16.1.0 - npm 7.21.0 - yarn 1.22.11 I use the lib in...

bug
help wanted

On MacOS it seems that listStreamDecks returns some duplicates. This may be a node-hid issue as this is the output I get from node-hid (See bellow) Perhaps the library should...

bug

I'm guessing the answer here is "no". But I'll ask anyway: Is there a way to use this library (I'm using the WebHID version these days) along with [Elgato's Stream...

enhancement
help wanted

Are gif animation files supported on fillImage() at the moment? Tried with sharp but got a still frame so far...

enhancement

As of the v4.9.0 of the elgato software it is possible to change the 'screensaver'. This needs proper reverse engineering and exposing in the api

enhancement

Anyone figured out how to setup the StreamDeck on Raspbian? All i get is this - even tho udev rules are setup. ```No device access granted: NotAllowedError: Failed to open...

Hello! I am getting this error when using this module in Electron 21: `[22072:0928/013445.372:ERROR:node_bindings.cc(146)] Fatal error in V8: v8_ArrayBuffer_NewBackingStore When the V8 Sandbox is enabled, ArrayBuffer backing stores must be...

Hey there! Awesome library, thank you very much for your work! I'm writing a volume mixer for Linux with the Streamdeck Plus, and have started optimization. Profiling showed me that...

Native HID event have a `.forget` event, that disconect the device complety, allowing the user to connect with a difference device. Here the docs: https://developer.mozilla.org/en-US/docs/Web/API/HIDDevice/forget We current have `.close` event,...