Benutzeravatar
gui78
Mitglied

Beiträge:23
Registriert:22. Sep 2016

Ambilight verkehrte Farben im video.... Converter?

10. Okt 2016, 22:57

Ich habe jetzt Tagelang versucht die Farben richtig hin zu bekommen, es will einfach nichtklappen.

Braun wird einfach rot dargestellt und Gesichtsfarben in rosa. Egal was ioch mache es wird nicht wesentlic besser.

Wie hab ihr es hinbekommen dasBraun nicht rotr und hautfarben rosa dargestellt werden?
Ich nutze die APA102 mit den gleichen Komponenten aus dieser Beschreibung: http://powerpi.de/ambilight-fuer-jedes- ... leitung/#1

Kann mit jemand einen Tipp geben?

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

   // COLOR CALIBRATION CONFIG
   "color" :
   {
      "channelAdjustment" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "pureRed" :
            {
               "redChannel"      : 235,
               "greenChannel"      : 0,
               "blueChannel"      : 0
            },
            "pureGreen" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 255,
               "blueChannel"      : 0
            },
            "pureBlue" :
            {
               "redChannel"      : 15,
               "greenChannel"      : 0,
               "blueChannel"      : 255
            }
         }
      ],
      "temperature" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "correctionValues" :
            {
               "red"    : 245,
               "green"   : 245,
               "blue"    : 245
            }
         }
      ],
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsl" :
            {
               "saturationGain"   : 0.5000,
               "luminanceGain"      : 1.0000,
               "luminanceMinimum"      : 0.0000
            },
            "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" : 25.0000,
         "updateDelay"     : 0
      }
   },

   // V4L2 GRABBER CONFIG
   "grabber-v4l2" :
   {
      "device" : "/dev/video0",
      "input" : 0,
      "standard" : "PAL",
      "width" : -1,
      "height" : -1,
      "frameDecimation" : 2,
      "sizeDecimation" : 4,
      "priority" : 800,
      "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.2,
      "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 FRAME GRABBER CONFIG
   // NO KODI CHECK CONFIG
   // NO BOBLIGHT SERVER CONFIG
   // NO JSON/PROTO FORWARD CONFIG

   

Zurück zu „Ambilight - Support“