kershner / screenBloom

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

Fullscreen Support on Windows Games #63

Closed MrDrache333 closed 6 years ago

MrDrache333 commented 6 years ago

It is normal that the Lights turn off when im entering an Fullscreen Game?

kershner commented 6 years ago

Yep, that's normal. ScreenBloom only supports windowed mode, because that's the only way that Python has to get at the on-screen pixels. Fullscreen goes through a different buffer and I'm not aware of any Pythonic way to get the pixels that way.

So instead of rewriting the entire application in a different language, I decided this one limitation is perfectly fine. Lemme know if you have any other questions!