script.xbmc.boblight
script.xbmc.boblight copied to clipboard
Add screen capture fallback (fixes #2)
Capture and process a screenshot if there is no render active. Besides PIL, on non-Windows machines one of the following libraries needs to be available:
- PyQt4
- Wx (untested)
- Xlib (slow, might lead to flickering)
Tested on GNU/Linux with PyQt4 and Xlib.