Transition time, color

Hi,

I have freshly installed an Anthias signage onto an 4GB Raspberry 4.
We are asking us how to reduce the blank time between 2 assets, it’s not so long like 1 sec.
But it will be better if there was no blank, or if we can configure the color of this blank second?

Any idea?

@mooned-gumball, the Qt/C++ code needs changing.
The general idea is that one asset is shown after the next one, and the code needs to be changes so that assets are treated as layers, where the next asset will be in the background until it’s ready to be displayed.

Feel free to submit a pull request. Contributions are always welcome.

OK,
so you think that the solution is to pre-charge the next asset in background?
But this solution will consume more resources?
The color background setting can be a middle solution?

Best.

For Raspberry Pi devices, especially the older models, yes it could consume more resources.
Yeah, we can consider that.