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

Black bar detection #15

Open BradyBrenot opened 6 years ago

BradyBrenot commented 6 years ago

If horizontal or vertical black bars are detected, just don't include them in the light color.

Black bars are sometimes used temporarily for effect. Should these still affect light brightness?

Drommedhar commented 6 years ago

I think you should just add a setting to detect and remove black bars if wanted. Like say a checkbox "Ignore black bars" and the application tries to find the positions and ignores them.

So the user can descide if he currently wants this features or not. Not fully automatic.

BradyBrenot commented 6 years ago

postponing because this is a pain in the neck with the way I've modified screen_capture_lite in Windows / done the capture in Android