BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
566 stars 53 forks source link

Smooth transitions #16

Closed BradyBrenot closed 6 years ago

BradyBrenot commented 6 years ago

Optional transition smoothing. Per-light. All lights would have it enabled by default, but peripheral lights would be more sluggish to avoid sudden unsettling changes, per Philips' advice.

Will need to be careful with default values, it still needs to be responsive and "wow", but not distracting. Will need to watch content with lots of cuts...

riahc3 commented 6 years ago

Glad you already thought of this. A smoother transition of lights would be nice (the option at least)

BradyBrenot commented 6 years ago

I think the effect in bdacc80 is decent enough to expose it to the GUI at the very least.

BradyBrenot commented 6 years ago

I'm now thinking this is slightly blocked by #14 ; the issues with the naive approach to color averaging are more apparent when you try to smooth things out.