Go to file
T. van der Zwan b411b166ae Updated ignore to exclude build from git 2013-08-14 08:54:01 +00: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 Deleted all files referencing/using boblight 2013-08-13 10:03:00 +00:00
libsrc Deleted all files referencing/using boblight 2013-08-13 10:03:00 +00:00
src Deleted all files referencing/using boblight 2013-08-13 10:03:00 +00:00
test Deleted all files referencing/using boblight 2013-08-13 10:03:00 +00:00
.gitignore Updated ignore to exclude build from git 2013-08-14 08:54:01 +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

README.md

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.