Benik3
Benik3
Is it nVidia exclusive or it will work also on AMD?
AMD has ReLive and I didn't find any API. So it mean add to Prismatik two new captures - one for nVidia and second for AMD... But how e.g. twitch...
So nVidia is solved, but is there any solution for AMD? (maybe using AMF?)
What HW do you use? (LED type and controller). Isn't it same problem as #178 ?
If you try to shut off the LEDs by doubleclick on Prismatik icon, does it also always turn off?
When turning PC off there could be theoretically problem, that SW is not fast enough to send the off message (everyone is using SSD now ad OS is pretty fast...
I don't see any timeout in the code but yes, this could be an option. EDIT: Ok, it's in second branch :)
If you want more stable setup use ESP8266/ESP32 and Makuna NeopixelBus library, instead of Atmega and FastLED :) https://github.com/Benik3/Adalight_WS2812_ESP8266_Non-blocking
But Arduino Nano (Atmega 328P) has only one UART, which is used for communication from Prismatik. Yes, you can of course use fast enough level shifter. For WS2812 etc. it's...
Interesting, I didn't know there is version with Atmega4809. The right name is Arduino Nano Every. It's a nice upgrade, but I don't know if FastLED support using serial as...