Go to file
T. van der Zwan 39b98386dd Added simple QT-based grabber.
Moved ImageToLedsMap from include to libsrc.
Moved instantiation of objects to Hyperion (no JSON required outside this class).
2013-08-13 11:10:45 +02:00
bin First working version with some test executables 2013-07-26 20:38:34 +00:00
cmake Added HyperionPng with similar interface as Hyperion to test frame-capture and handling. 2013-08-02 11:54:09 +02:00
config Added simple direct implementation of the frame-grabber using dispmanx (copied from https://github.com/brooc/boblight-rpi/tree/master/src/clients/boblight-dispmanx) 2013-07-31 17:28:01 +02:00
dependencies First working version with some test executables 2013-07-26 20:38:34 +00:00
include Added simple QT-based grabber. 2013-08-13 11:10:45 +02:00
libsrc Added simple QT-based grabber. 2013-08-13 11:10:45 +02:00
src Added simple QT-based grabber. 2013-08-13 11:10:45 +02:00
test Added simple QT-based grabber. 2013-08-13 11:10:45 +02:00
.gitignore Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
CMakeLists.txt Added simple QT-based grabber. 2013-08-13 11:10:45 +02:00
CrossCompileHowto.txt Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
README.md Create README.md 2013-07-26 20:51:42 +00:00

HYPERION

An opensource 'AmbiLight' implementation controlled using the RaspBerry Pi running Raspbmc. The library is supplied with an implementation the client interface of the "Boblight" library (libbob2hyperion.so). The library is intended to boost the performance of the ambilight-led control, which can be an issue on the RaspBerry Pi. The current implementation does not use a client-server architecture and can be configured by overwritting libboblight with a symbolic link to libbob2hyperion. The shell-script 'bin/install_hyperion.sh' should install the library and create the symbolic link required to use the library.