You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Thank you for your product, the work you put into it and the accompanying imagination.
I am looking for a solution to a simple problem: the monitor works with a delay, also the delay appears during the rendering of the frame in the player, something else ... in a word, I don’t know what the delay consists of, but Adrilight is so fast that I need a tool to adjust its output moment to the COM port.
What is the name of this tool? Buffer, sync, latency maybe etc.
P.S. The nature of this need differs from Fastled.delay() or just Delay() because they waste the result. Here we want full quality fast smooth output, but optionally buffered in milliseconds.
The text was updated successfully, but these errors were encountered:
Is this by any chance a tv screen? Or behind an av receiver? All these
devices have usually a game mode which reduce their latency. You might want
to try that. Other than that, I cannot really help you. Sorry.
I think you can store the led frame by get the color from SpotSet.Spots to make a frame buffer. After the delay(the frame counter matched) call GetOutputStream but instead of reading color Data from Spots(which is realtime), read from the buffer, then serialPort.write() to send data to LED. The buffer also need to be realtime updated
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you for your product, the work you put into it and the accompanying imagination.
I am looking for a solution to a simple problem: the monitor works with a delay, also the delay appears during the rendering of the frame in the player, something else ... in a word, I don’t know what the delay consists of, but Adrilight is so fast that I need a tool to adjust its output moment to the COM port.
What is the name of this tool? Buffer, sync, latency maybe etc.
P.S. The nature of this need differs from Fastled.delay() or just Delay() because they waste the result. Here we want full quality fast smooth output, but optionally buffered in milliseconds.
The text was updated successfully, but these errors were encountered: