Benutzeravatar
willfunhh
Neuling

Beiträge:9
Registriert:2. Oct 2016

APA102 hyperion.config.json R=Rot gegen B =Blau vertauscht egal was ich einstelle

8. Okt 2016, 18:47

Hallo Leute, ich bin am verzweifeln.
In meiner hyperion.config.json habe ich beides versucht RGB und BGR eingestellt, datei sicherheitshalber mit WinSCP rübergespielt. Dann reboot. immer das Gleiche. muss ich noch eine Datei löschen damit er eine neue Jarson annimmt?
Hab hier irgendwo gelesen, das die neueste Hyperioncon.jar probleme macht hier mal meine:

// 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" : "apa102",
"output" : "/dev/spidev0.0",
"rate" : 1000000,
"colorOrder" : "rgb"
},

// 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.0200
},
"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
}
},

// V4L2 GRABBER CONFIG
"grabber-v4l2" :
{
"device" : "/dev/video0",
"input" : 0,
"standard" : "PAL",
"width" : -1,
"height" : -1,
"frameDecimation" : 0,
"sizeDecimation" : 8,
"priority" : 900,
"mode" : "2D",
"cropLeft" : 0,
"cropRight" : 0,
"cropTop" : 0,
"cropBottom" : 0,
"redSignalThreshold" : 0.0,
"greenSignalThreshold" : 0.0,
"blueSignalThreshold" : 0.0
},

// BLACKBORDER CONFIG
"blackborderdetector" :
{
"enable" : true,
"threshold" : 0.0,
"unknownFrameCnt" : 600,
"borderFrameCnt" : 50,
"maxInconsistentCnt" : 10,
"blurRemoveCnt" : 1,
"mode" : "default"
},

// KODI CHECK CONFIG
"xbmcVideoChecker" :
{
"xbmcAddress" : "192.168.178.21",
"xbmcTcpPort" : 9090,
"grabVideo" : true,
"grabPictures" : true,
"grabAudio" : true,
"grabMenu" : false,
"grabPause" : true,
"grabScreensaver" : true,
"enable3DDetection" : true
},

// BOOTEFFECT CONFIG
"bootsequence" :
{
"color" : [0,0,0],
"effect" : "Knight rider",
"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 FRAME GRABBER CONFIG
// NO BOBLIGHT SERVER CONFIG
// NO JSON/PROTO FORWARD CONFIG

// LED CONFIGURATION
"leds" :
[
{
"index" : 0,
"hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
"vscan" : { "minimum" : 0.9688, "maximum" : 1.0000 }
},
{
"index" : 1,
"hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
"vscan" : { "minimum" : 0.9375, "maximum" : 0.9688 }
.........................................................................................
{
"index" : 82,
"hscan" : { "minimum" : 0.0727, "maximum" : 0.0909 },
"vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
},
{
"index" : 83,
"hscan" : { "minimum" : 0.0545, "maximum" : 0.0727 },
"vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
},

{
"index" : 172,
"hscan" : { "minimum" : 0.9636, "maximum" : 0.9818 },
"vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
},
{
"index" : 173,
"hscan" : { "minimum" : 0.9818, "maximum" : 1.0000 },
"vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
}
],

"endOfJson" : "endOfJson"
}

willfunhh
Neuling

Beiträge:9
Registriert:2. Oct 2016

APA102 hyperion.config.json R=Rot gegen B =Blau vertauscht egal was ich einstelle

8. Okt 2016, 23:52

Lösung gefunden: Zuerst einmal die hyperion.config.json via Hypercon senden auch wenn es nicht vollständig klappt, dann via WinSCP die hyperion.config.json nochmals überschreiben. Schon sehe ich die änderungen.

Zurück zu „Ambilight - Support“