kershner / screenBloom

Fake Ambilight for Philips Hue via Python

Home Page:http://www.screenbloom.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vendor.rgb_xy

CedricHerzog opened this issue · comments

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

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.