Solidrun offers great variety of Cubox-i / HummingBoard devices with lot’s of power and posibilities enclosed in small, elegant enclousure. Now you can use it with all the greatness Lightberry brings :)
After instaling latest version of OpenELEC, follow usual install process of hyperion https://github.com/tvdzwan/hyperion/wiki/installation and use below sections in your configuration.
Define properly Lightberry HD USB
1 2 3 4 5 6 |
"device": { "type": "adalight", "name": "MyPi", "colorOrder": "rgb", "output": "/dev/ttyACM0" }, |
Define framegrabber to grab from different device. OpenELEC changed it for newest versions.
1 2 3 4 5 6 |
"framegrabber": { "width" : 128, "height" : 64, "frequency_Hz" : 10.0, "device": "/dev/fb1" }, |
