Hallo,
ich weiß das ist irgendwo die falsche Stelle um nachzufragen - aber ich möchte es dennoch versuchen - eventuell kann mir hier ja jemand helfen:
Ich hab versucht meinen Raspberry mit nem selbstgebauten Ambientlight zu verbinden und zu konfigurieren - laufen sollte das ganze per hyperion in libreelec.
Ich hab 136 LED mit einem 5V 10A Netzteil verbunden und an meinen Raspi. Irgendwie bekomm ich das ganze aber nicht zum laufen.
Gekauft hab ich folgende LED: https://www.aliexpress.com/snapshot/0.htm…tId=32832420003
Sind WS2818B
Meine hyperion.config.json
Spoiler anzeigen
// 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.3 (22.10.2017)
{
// DEVICE CONFIGURATION
"device" :{"name" : "MyHyperionConfig",
"type" : "ws281x",
"leds" : 136,
"colorOrder" :"grb"},
// 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.1400},"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"framegrabber" :{"width" : 64,"height" : 64,"frequency_Hz" : 10.0,"priority" : 890},// BLACKBORDER CONFIG"blackborderdetector" :{"enable" : true,"threshold" : 0.03,"unknownFrameCnt" : 600,"borderFrameCnt" : 50,"maxInconsistentCnt" : 10,"blurRemoveCnt" : 1,"mode" : "default"},// 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 KODI CHECK 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.9200, "maximum" : 0.9600 }},{"index" : 1,"hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },"vscan" : { "minimum" : 0.8800, "maximum" : 0.9200 }}, ...geht noch weiter aber musste die Nachricht kürzen ],"endOfJson" : "endOfJson"}
Alles anzeigen
Meine LOG
Spoiler anzeigen
ssh in: Hyperion Ambilight Deamon (806)ssh in: Version : V1.03.4 (brindosch-c750c41/dc6a602-1522918225ssh in: Build Time: Apr 5 2018 01:57:25ssh in: INFO: Selected configuration file: /storage/.config/hyperion.config.jsonssh in: HYPERION INFO: ColorTransform 'default' => [0; 135]ssh in: HYPERION INFO: ColorCorrection 'default' => [0; 135]ssh in: HYPERION INFO: ColorAdjustment 'default' => [0; 135]ssh in: LEDDEVICE INFO: configuration:ssh in: {ssh in: "colorOrder" : "grb",ssh in: "leds" : 136,ssh in: "name" : "MyHyperionConfig",ssh in: "type" : "ws281x"ssh in: }ssh in: whiteAlgorithm ::ssh in: INFO: Creating linear smoothingssh in: HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0ssh in: EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effectsssh in: EFFECTENGINE INFO: Initializing Python interpreterssh in: INFO: Hyperion started and initialisedssh in: INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0ssh in: BLACKBORDER INFO: threshold set to 0.03 (8)ssh in: BLACKBORDER INFO: mode:defaultssh in: startedssh in: INFO: Json server created and started on port 19444ssh in: INFO: Proto server created and started on port 19445ssh in: DISPMANXGRABBER INFO: Display opened with resolution: 1360x768ssh in: BLACKBORDER INFO: threshold set to 0.03 (8)ssh in: BLACKBORDER INFO: mode:defaultssh in: INFO: Frame grabber created and startedssh in: Segmentation fault
Ich hab mein Setup mal fotografiert und als Anhang hier hochgeladen.
Ich habe auch schon versucht den analogen Audioausgang zu deaktivieren:
Ich habe /etc/modprobe.d/snd-blacklist.conf erstellt mit blacklist snd_bcm2835 darin
ich Habe auch in der config.txt noch folgendes eingefügt:
hdmi_force_hotplug=1hdmi_force_edid_audio=1Nichts davon hat bisher geholfen.Wäre echt super wenn sich hier jemand erbarmen würde und mir armen Tropf helfen könnte :)Danke