Beiträge von willfunhh

    Hi BioHaZard1, sounds more than promising… Can`t wait for an alpha release…. You did get me right I mend a graphic analyzer :) . The other thing I mend was only a change of colors in the beat of the music. Of of cause you must have than the possibilities to change the weight of each channel to get your preferred colors and there must be a smoothening inside, because it could get to hectic if you hear techno and the color is changing with 160bpm… I will search for the thread…

    Hi Hi BioHaZard1 nice outlook we have....as soon as you are ready I would like to test the alpha...
    an Idea came in my mind... Eventually you are also able to implement some controls for such LED chains. I meane something like the start effects that you can use them permanently. In this way we also could have the APA or others as room lightning with and without effect. I have so many Ideas concerning effects, but I am to stupid to programm it :) But something like a smoth coulor change with the beats of the music, or creating sections for a grafic analyzer....and so on....

    I have also a level shifter in between. This one also got a broken soldering connection for the data lines. I only found it out when I really went to all connections (power, conections at the corners up to levelshifter and pi) after christmas I will make a solid frame where I put everything on. (it will be a little bigger than the actual screen, because I also plan to buy a bigger one next year) IHopefully you will find the fault soon...
    By the way: Good to here that you are still working on the improved app. I am just a HW computer freak but not able to program. Hello world is possible but if it gets into details I get some knots in my brain :)

    I had also something like hyperion suddenly did not work...checked all connections an so on...it was not the HW. I just burned a new sd and configured it new for hyperion and it worked. I am not sure what exactly it was, but I had this now two times.it only happens when I "play" arround to much with the settings in the *.json...this may also solve your problem...

    Oh sorry, ich hab die APA102, da sind die Werte natürlich anders als bei dir. Egal spiel mal mit den Werten:
    "saturationGain" : 1.7000,


    "red" :
    "gamma" : 2.0000


    "green" :
    "gamma" : 2.0000


    "blue" :
    "gamma" : 2.2000
    ich hab festgestellt je höher das Gamma desdo mehr farben und satuationGain zieht dir die gesamten farben hoch
    -->also erst mal "saturationGain" : 1.7000 versuchen

    Hi mckotte,
    Ich hab das Problem, das ich mit der Hyperion app nicht connecten kann.... irgendetwas mache ich falsch... Desshalb sind meine Werte nicht 100% gut, aber für den Anfang sollten die ganz gut hin kommen.
    // 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" : 240
    }
    }
    ],
    "temperature" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "correctionValues" :
    {
    "red" : 255,
    "green" : 255,
    "blue" : 255
    }
    }
    ],
    "transform" :
    [
    {
    "id" : "default",
    "leds" : "*",
    "hsl" :
    {
    "saturationGain" : 1.7000,
    "luminanceGain" : 1.0000,
    "luminanceMinimum" : 0.0000
    },
    "red" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.0000
    },
    "green" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.0000
    },
    "blue" :
    {
    "threshold" : 0.0000,
    "gamma" : 2.2000
    }

    Oh I vergot to say: I updated the hyperion.config.json with WinSCP because Hypercon did not send the hyperion.config.json.
    I was able to send the colors from the color wheel... so a connection is done...


    Found a solution: First send via Hypercon the hyperion.config.json even if it doas not work Than copy the hyperion.config.json via WinSCP and do a reboot. Than the changes I made take affect :)

    Hi all, has anyone of you a clue why I cannot change the color in my hyperion.config.json?
    I tryed all settings, but they did not have any affect. still R and B are changed.
    Setup:
    // Created with HyperCon V1.03.1 (11.06.2016)
    newest update done on my pi3 for hyperion
    for each change I did I rebooted the RPI I tryed RGB BGR and also other settings, but no change in the result.


    I even updated hyperion after each change.
    Is there a bug in the HyperCon V1.03.1 or in the newest hyperion?
    Does someone of you have an older version of install_hyperion.sh and HyperCon?
    Or do you have any Idea what to do?


    // 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" : "xxxxxxxxxxxxx",
    "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 }
    },