Hallo zusammen,
ich habe mein Ambilight system heute vom Pi auf einen Arduino geswitcht.
Zu meinem System:
HTPC mit Kodi und laufendem Hyperion. Arduino via usb mit dem HTPC verbunden.
Und eigentlich klappt auch alles wie es soll, nur bei Filmen die oben und unten noch schwarze Balken haben
bleibt der LED Strip oben und unten dunkel. (3:4 Filme die rechts und links schwarz sind konnte ich noch nicht testen).
Ich habe schon mit dem threshold der "blackborderdetection" gespielt, und den Wert auf 0.18 erhöht. doch leider brachte
das nichts. Anbei mal meine komplette Config. Vielleicht kann mir ja jemand hier auf die Sprünge helfen.
Gruß
Grabber66
Code
// 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" : "Wohnzimmer",
"type" : "adalight",
"output" : "/dev/ttyACM0",
"rate" : 115200,
"delayAfterConnect" : 0,
"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.5500,
"luminanceGain" : 1.5500,
"luminanceMinimum" : 0.0000
},
"red" :
{
"threshold" : 0.2000,
"gamma" : 2.5000
},
"green" :
{
"threshold" : 0.1000,
"gamma" : 2.5000
},
"blue" :
{
"threshold" : 0.1000,
"gamma" : 2.5000
}
}
],
// SMOOTHING CONFIG
"smoothing" :
{
"type" : "linear",
"time_ms" : 200,
"updateFrequency" : 20.0000,
"updateDelay" : 0
}
},
// NO V4L2 GRABBER CONFIG
// FRAME GRABBER CONFIG
"framegrabber" :
{
"width" : 80,
"height" : 45,
"frequency_Hz" : 10.0,
"priority" : 890
},
// BLACKBORDER CONFIG
"blackborderdetector" :
{
"enable" : true,
"threshold" : 0.18,
"unknownFrameCnt" : 600,
"borderFrameCnt" : 50,
"maxInconsistentCnt" : 10,
"blurRemoveCnt" : 1,
"mode" : "default"
},
// KODI CHECK CONFIG
"xbmcVideoChecker" :
{
"xbmcAddress" : "192.168.1.100",
"xbmcTcpPort" : 9090,
"grabVideo" : true,
"grabPictures" : true,
"grabAudio" : true,
"grabMenu" : true,
"grabPause" : true,
"grabScreensaver" : true,
"enable3DDetection" : false
},
// JSON SERVER CONFIG
"jsonServer" :
{
"port" : 19444
},
// PROTO SERVER CONFIG
"protoServer" :
{
"port" : 19445
},
// EFFECT PATH
"effects" :
{
"paths" :
[
"/storage/backup/hyperion/effects",
"/usr/share/hyperion/effects"
]
},
// NO BOOTEFFECT CONFIG
// NO BOBLIGHT SERVER CONFIG
// NO JSON/PROTO FORWARD CONFIG
// LED CONFIGURATION
"leds" :
[
{
"index" : 0,
"hscan" : { "minimum" : 0.5915, "maximum" : 0.6307 },
"vscan" : { "minimum" : 0.8800, "maximum" : 1.0000 }
},
.......
{
"index" : 83,
"hscan" : { "minimum" : 0.4063, "maximum" : 0.4456 },
"vscan" : { "minimum" : 0.8800, "maximum" : 1.0000 }
}
],
"endOfJson" : "endOfJson"
}
Alles anzeigen