Last active
October 14, 2016 09:10
-
-
Save bkrepo/56ec58fee4fff0d8b855e3eff76d749b to your computer and use it in GitHub Desktop.
Hyperion configuration file for ODROID-C2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Automatically generated configuration file for Hyperion ambilight daemon | |
| // Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area) | |
| // Generated by: HyperCon (The Hyperion deamon configuration file builder) | |
| // Created with HyperCon V1.03.1 (11.06.2016) | |
| { | |
| // DEVICE CONFIGURATION | |
| "device" : | |
| { | |
| "name" : "odroidc2", | |
| "type" : "odlight", | |
| "output" : "/dev/ttyACM0", | |
| "rate" : 1000000, | |
| "delayAfterConnect" : 0, | |
| "colorOrder" : "bgr" | |
| }, | |
| // COLOR CALIBRATION CONFIG | |
| "color" : | |
| { | |
| "channelAdjustment" : | |
| [ | |
| { | |
| "id" : "default", | |
| "leds" : "*", | |
| "pureRed" : | |
| { | |
| "redChannel" : 255, | |
| "greenChannel" : 0, | |
| "blueChannel" : 0 | |
| }, | |
| "pureGreen" : | |
| { | |
| "redChannel" : 0, | |
| "greenChannel" : 255, | |
| "blueChannel" : 0 | |
| }, | |
| "pureBlue" : | |
| { | |
| "redChannel" : 0, | |
| "greenChannel" : 0, | |
| "blueChannel" : 255 | |
| } | |
| } | |
| ], | |
| "temperature" : | |
| [ | |
| { | |
| "id" : "default", | |
| "leds" : "*", | |
| "correctionValues" : | |
| { | |
| "red" : 255, | |
| "green" : 255, | |
| "blue" : 255 | |
| } | |
| } | |
| ], | |
| "transform" : | |
| [ | |
| { | |
| "id" : "default", | |
| "leds" : "*", | |
| "hsl" : | |
| { | |
| "saturationGain" : 1.0000, | |
| "luminanceGain" : 1.0000, | |
| "luminanceMinimum" : 0.0000 | |
| }, | |
| "red" : | |
| { | |
| "threshold" : 0.0000, | |
| "gamma" : 2.5000 | |
| }, | |
| "green" : | |
| { | |
| "threshold" : 0.0000, | |
| "gamma" : 2.5000 | |
| }, | |
| "blue" : | |
| { | |
| "threshold" : 0.0000, | |
| "gamma" : 2.5000 | |
| } | |
| } | |
| ], | |
| // SMOOTHING CONFIG | |
| "smoothing" : | |
| { | |
| "type" : "linear", | |
| "time_ms" : 200, | |
| "updateFrequency" : 20.0000, | |
| "updateDelay" : 0 | |
| } | |
| }, | |
| // NO V4L2 GRABBER CONFIG | |
| // FRAME GRABBER CONFIG | |
| "amlgrabber" : | |
| { | |
| "width" : 64, | |
| "height" : 64, | |
| "frequency_Hz" : 10.0, | |
| "priority" : 890 | |
| }, | |
| // KODI CHECK CONFIG | |
| "xbmcVideoChecker" : | |
| { | |
| "xbmcAddress" : "::1", | |
| "xbmcTcpPort" : 9090, | |
| "grabVideo" : true, | |
| "grabPictures" : false, | |
| "grabAudio" : false, | |
| "grabMenu" : false, | |
| "grabPause" : true, | |
| "grabScreensaver" : false, | |
| "enable3DDetection" : true | |
| }, | |
| // BOOTEFFECT CONFIG | |
| "bootsequence" : | |
| { | |
| "color" : [0,0,0], | |
| "effect" : "Rainbow swirl fast", | |
| "duration_ms" : 3000, | |
| "priority" : 700 | |
| }, | |
| // JSON SERVER CONFIG | |
| "jsonServer" : | |
| { | |
| "port" : 19444 | |
| }, | |
| // PROTO SERVER CONFIG | |
| "protoServer" : | |
| { | |
| "port" : 19445 | |
| }, | |
| // EFFECT PATH | |
| "effects" : | |
| { | |
| "paths" : | |
| [ | |
| "/storage/hyperion/effects", | |
| "/usr/share/hyperion/effects" | |
| ] | |
| }, | |
| // NO BLACKBORDER CONFIG | |
| // NO BOBLIGHT SERVER CONFIG | |
| // NO JSON/PROTO FORWARD CONFIG | |
| // LED CONFIGURATION | |
| "leds" : | |
| [ | |
| // Please copy the leds option from the generated configuration file via Hypercon | |
| ], | |
| "endOfJson" : "endOfJson" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment