kershner / screenBloom

Fake Ambilight for Philips Hue via Python
http://www.screenbloom.com
329 stars 48 forks source link

vendor.rgb_xy #80

Closed CedricHerzog closed 6 years ago

CedricHerzog commented 6 years ago

Hi,

I'd like to try applying a Gaussian filter on the image before computing the screen's average colour to see if I get better results.

I did follow the Quick guide but I get an error trying to start screenbloom.py. "import vendor.rgb_xy as rob_xy" ImportError: No module named vendor.rgb_xy

I can find no vendor folder in the app/modules folder. Is there something to install?

Thanks

kershner commented 6 years ago

Sorry about that! I will make a note to include the Python vendor modules in some kind of download pack from the readme in the future. In the meantime here's a direct link: http://www.kershner.org/static/distribute/rgb_xy.py

You can also find these files in the installed ScreenBloom Program Files directory, FYI.

Lemme know if you run into any additional issues.