Nope, hat wie erwartet nichts geändert...
Beiträge von Gast
-
-
Kann ich natürlich mal machen, aber das d dürfte das Problem mMn nicht lösen.
Der ganze Block ist ja momentan auskommentiert und sobald er wieder in der hyperion.config ist, funktioniert der Grabber nach der initialen Startanimation nicht. Ob da jetzt bei grabPictures true oder false steht, ändert da wohl nichts, zumal ich mir ja gar keine Bilder angucke.
-
Hallo zusammen,
wahrscheinlich bin ich gerade nur zu doof das über die Suche zu finden, aber ich bin unter der Woche von einem Raspberry Pi 3 auf den 4er für mein Ambilight umgestiegen, habe dazu das folgende Image (LibreELEC) sowie das Hyperion Add-On installiert und die Farbwerte sowie LED Anordnung in der hyperion.config von meiner alten Installation übernommen.
Das Ambilight funktioniert soweit auch sofort wieder einwandfrei, aber eben immer und nicht nur bei der Videobetrachtung.
Also habe ich noch mal in die alte hyerion.config geguckt und den xbmcVideoChecker gesehen, der den Grabber in Menu, bei Bildern, etc. deaktiviert. Also kurzerhand die entsprechenden Zeilen in der neuen Installation eingefügt und... das Ambilight macht seine Startanimation, ist danach dauerhaft deaktiviert.
Also die Zeilen wieder auskommentiert und das Ambilight läuft wieder. Habe die hyperion.config hier mal angehangen. Wie bekomme ich das Ambilight wieder nur für die eigentliche Videowiedergabe aktiviert?Ist wahrscheinlich nicht kompliziert, aber irgendwie stehe ich da gerade auf dem Schlauch.
Besten Dank schon mal.
// // XBMCVIDEOCHECKER
//"xbmcVideoChecker" :
// {
//"xbmcAddress" : "127.0.0.1",
//"xbmcTcpPort" : 9090,
//"grabVideo" : true,
//"grabPictures" : true,
//"grabAudio" : false,
//"grabMenu" : false,
//"grabScreensaver" : false,
//"enable3DDetection" : false
// },Code
Alles 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" : "ws2801", "output" : "/dev/spidev0.0", "rate" : 1000000, "colorOrder" : "rgb" }, // COLOR CALIBRATION CONFIG "color" : { "channelAdjustment" : [ { "id" : "default", "leds" : "*", "pureRed" : { "redChannel" : 255, "greenChannel" : 35, "blueChannel" : 10 }, "pureGreen" : { "redChannel" : 155, "greenChannel" : 255, "blueChannel" : 10 }, "pureBlue" : { "redChannel" : 10, "greenChannel" : 110, "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.2500 }, "green" : { "threshold" : 0.0000, "gamma" : 2.5000 }, "blue" : { "threshold" : 0.0000, "gamma" : 2.7500 } } ], // SMOOTHING CONFIG "smoothing" : { "type" : "linear", "time_ms" : 100, "updateFrequency" : 15.0000, "updateDelay" : 0 } }, // NO V4L2 GRABBER CONFIG /// Configuration for the embedded V4L2 grabber /// * device : V4L2 Device to use [default="/dev/video0"] /// * input : V4L2 input to use [default=0] /// * standard : Video standard (no-change/PAL/NTSC) [default="no-change"] /// * width : V4L2 width to set [default=-1] /// * height : V4L2 height to set [default=-1] /// * frameDecimation : Frame decimation factor [default=2] /// * sizeDecimation : Size decimation factor [default=8] /// * priority : Hyperion priority channel [default=900] /// * mode : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"] /// * cropLeft : Cropping from the left [default=0] /// * cropRight : Cropping from the right [default=0] /// * cropTop : Cropping from the top [default=0] /// * cropBottom : Cropping from the bottom [default=0] /// * redSignalThreshold : Signal threshold for the red channel between 0.0 and 1.0 [default=0.0] /// * greenSignalThreshold : Signal threshold for the green channel between 0.0 and 1.0 [default=0.0] /// * blueSignalThreshold : Signal threshold for the blue channel between 0.0 and 1.0 [default=0.0] // "grabber-v4l2" : // { // "device" : "/dev/video0", // "input" : 0, // "standard" : "no-change", // "width" : -1, // "height" : -1, // "frameDecimation" : 2, // "sizeDecimation" : 8, // "priority" : 900, // "mode" : "2D", // "cropLeft" : 0, // "cropRight" : 0, // "cropTop" : 0, // "cropBottom" : 0, // "redSignalThreshold" : 0.0, // "greenSignalThreshold" : 0.0, // "blueSignalThreshold" : 0.0 // }, // FRAME GRABBER CONFIG "framegrabber" : { "width" : 64, "height" : 64, "frequency_Hz" : 10.0, "priority" : 800 }, // // XBMCVIDEOCHECKER // "xbmcVideoChecker" : // { // "xbmcAddress" : "127.0.0.1", // "xbmcTcpPort" : 9090, // "grabVideo" : true, // "grabPictures" : true, // "grabAudio" : false, // "grabMenu" : false, // "grabScreensaver" : false, // "enable3DDetection" : false // }, // BLACKBORDER CONFIG "blackborderdetector" : { "enable" : true, "threshold" : 0.01, "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" : [ [...] ], "endOfJson" : "endOfJson" }