-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smoothing incorrectly disabled when LED status enabled #1709
Comments
Would you mind sharing a debug log, please?
|
Lines 2048 and 2071 from the config file show that |
Thank you for the Log. Line 2048 enables Smoothing, as a background effect is started with smoothing configured
Line 2071 disables Smoothing, as the background effect is stopped because the V4L input took priority
Seems I need to check, why the background effects kicks in when the instance is disabled. Do you remember how you triggered Via the Suspend or the Idle command? I assume Suspend... |
Bug report
I have smoothing defaulted to be enabled when LED status is enabled, however, it appears to be on when the LEDs are off and off when the LEDs are on. Smoothing section of the config.json is as follows:
"smoothing": { "decay": 1, "dithering": false, "enable": true, "interpolationRate": 25, "time_ms": 150, "type": "linear", "updateDelay": 0, "updateFrequency": 25 }
Gif of bug shown here.
Steps to reproduce
Toggling the LED status. Monitoring the status of smoothing.
What is expected?
Smoothing should be enabled by default.
What is actually happening?
Smoothing is turned off when LEDs turn on.
System
Hyperion Server:
Hyperion Server OS:
The text was updated successfully, but these errors were encountered: