AtmoWin - improvement discussion (3 Viewers)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    hum, i think this is not possible.
    the only way, is to have Arduino code for this ;)
    my "standby" project was to include IR remote for control Arduino by color. and have Ambilight mode.

    But using IRRemote library with FastLed isn't possible. but my new found concern Bluetooth receiver on Arduino, and Android app for control it (y).
    but the times is my Devil
     

    moesfeld

    Portal Pro
    September 27, 2007
    131
    13
    Home Country
    Germany Germany
    Hi,
    is there any information on how the video data is send from AtmoLight to AtmoWin. I rushed throug the source of AtmoWin but didn´t catch that part. (I guesstimate you send the image as a bytearray to some com interface?)
    The background is, i would like to create an XBMC plugin similar to AtmoLight.
     

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    Hi,
    is there any information on how the video data is send from AtmoLight to AtmoWin. I rushed throug the source of AtmoWin but didn´t catch that part. (I guesstimate you send the image as a bytearray to some com interface?)
    The background is, i would like to create an XBMC plugin similar to AtmoLight.

    Hey,
    yeah its a/two byte arrays sent via com interface. So good guessing ;).
    Have a look at the core of AtmoLight.
    https://github.com/ambilight-4-mediaportal/AtmoLight/blob/master/AtmoLight.Core/Core.cs

    Entry point would be the Initialise method or Connect method.

    You could also check this sample client.
    https://github.com/Nevcairiel/atmowin/tree/master/AtmoWinSampleComClient
     

    moesfeld

    Portal Pro
    September 27, 2007
    131
    13
    Home Country
    Germany Germany
    Hi,
    is there any information on how the video data is send from AtmoLight to AtmoWin. I rushed throug the source of AtmoWin but didn´t catch that part. (I guesstimate you send the image as a bytearray to some com interface?)
    The background is, i would like to create an XBMC plugin similar to AtmoLight.

    Hey,
    yeah its a/two byte arrays sent via com interface. So good guessing ;).
    Have a look at the core of AtmoLight.
    https://github.com/ambilight-4-mediaportal/AtmoLight/blob/master/AtmoLight.Core/Core.cs

    Entry point would be the Initialise method or Connect method.

    You could also check this sample client.
    https://github.com/Nevcairiel/atmowin/tree/master/AtmoWinSampleComClient

    Thanks! That was exatly what I was looking for :)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    @BassFan
    Can you, if you have time (for it) to change the path of language as "portable", for take the language in the folder of Atmowin.exe ?
    thank you
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Does anybody know if there is a command line option for switching profiles in AtmoWin?
    I'm trying to automate the entire process with EventGhost ;)
     

    Users who are viewing this thread

    Top Bottom