mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
T. van der Zwan
4031a33f04
Added simple test for image2led map.
Added test executable for creating png from frame grabber. Added test-device for exporting color values of leds to text file. Updated configuration to match new color transform. Finished first version of the Hyperion structure (IT WORKS [1% CPU]!)
HYPERION
An opensource 'AmbiLight' implementation controlled using the RaspBerry Pi running Raspbmc. The intention is to replace BobLight. The replacement includes several 'improvements':
- Frame capture of screen included in deamon. This reduces the processor usages for image based led control to less than 1%.
- Priority channel can specificy a timeout on their 'command'. This allows a client or remote control to specify a fixed color and then close the connection.
- Json IP-control interface. Easy to use interface based on json format for control over TCP/IP.
- Protobuf IP-control interface. Well documented and efficient interface for control over TCP/IP.
The source is released under MIT-License (see http://opensource.org/licenses/MIT).
Description
Languages
C++
62%
JavaScript
22.5%
CMake
5.2%
HTML
3.4%
Python
3.2%
Other
3.6%