Lightpack help! (2 Viewers)

zekaja

MP Donator
  • Premium Supporter
  • March 24, 2010
    279
    110
    Copenhagen
    Home Country
    Denmark Denmark
    To show hue dimming when movie starts, I found this:

     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,006
    Home Country
    Netherlands Netherlands
    The Hue dimming looks great just can't believe that's with the actual Hue bridge in between as it's way too smooth and fast at the same time, the 200ms delay is fixed while some have found a way around (like disco) you would loose smoothing.
    Do you know if that is with the official Kodi Hue plugin or some fork?
     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,006
    Home Country
    Netherlands Netherlands
    Cool, looks like someone rewrote it and even added grouping.
    Added to to-do list for AtmoHue enhancements :)

    /UPDATE:

    Forwarded both code samples from the Ambibox implementation (C# and Python) to my friend to look over and should have more in the next few days.

    @Lightning303 is the Mediaportal Live mode from the Ambibox application handled differently then with XBMC/KODI Live mode?

    As in the beginning we had some issue with it which required a fix on their end but afaik they only had to change the way we call it not the way it processes images requests (at least compared to kodi) but just want to make sure :)
     
    Last edited:

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    @Rick164 you and your friend want to have a go at this problem?
    Here is the section in question in AtmoLight:
    https://github.com/ambilight-4-medi...e/Targets/AmbiBox/AmbiBoxHandler.cs#L202-L236

    Its writing the captured image to a memory mapped file, which AmbiBox then reads. The problem is that it seems sometimes AmbiBox reads an empty file or a wrong file and then assumes black, and then we get a flicker.

    The Kodi/XBMC plugin can be found here:
    https://github.com/AmbiBox/kodi.script.ambibox/blob/master/default.py[DOUBLEPOST=1431870722][/DOUBLEPOST]
    @Lightning303 is the Mediaportal Live mode from the Ambibox application handled differently then with XBMC/KODI Live mode?

    As in the beginning we had some issue with it which required a fix on their end but afaik they only had to change the way we call it not the way it processes images requests (at least compared to kodi) but just want to make sure :)

    No its handled exactly the same.
    The problem in the beginning was AmbiBox crashing when i would send a long API command, but the image transfare has nothing to do with the API.

    Edit: Well for some reason the forum didnt show any new posts until i actually posted... weird.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897

    Users who are viewing this thread

    Top Bottom