Dann nimm doch mal den oberen Teil meiner Config eine Seite davor und ersetze den in deiner Config . Vielleicht passt das bei dir ja so ganz gut, wie bei mir:
Code: Alles auswählen
// 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" : "MyHyperionConfig",
"type" : "ws2801",
"output" : "/dev/spidev0.0",
"rate" : 1000000,
"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" : 200,
"green" : 255,
"blue" : 255
}
}
],
"transform" :
[
{
"id" : "default",
"leds" : "*",
"hsv" :
{
"saturationGain" : 0.7500,
"valueGain" : 1.7500
},
"red" :
{
"threshold" : 0.1000,
"gamma" : 2.5000,
"blacklevel" : 0.0000,
"whitelevel" : 1.0000
},
"green" :
{
"threshold" : 0.1000,
"gamma" : 2.2500,
"blacklevel" : 0.0000,
"whitelevel" : 0.4800
},
"blue" :
{
"threshold" : 0.1000,
"gamma" : 2.5000,
"blacklevel" : 0.0000,
"whitelevel" : 0.5600
}
}
],
// SMOOTHING CONFIG
"smoothing" :
{
"type" : "linear",
"time_ms" : 200,
"updateFrequency" : 30.0000,
"updateDelay" : 0
}
},
diesen Teil einfach kopieren und den Teil in deiner Config überschreiben, bis da , wo die Grabber beginnen.
Musst evtl. "color order2 bei dir anpassen. bei mir isses bgr , bei dir war es ,glaub ich, rgb