home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Hardware
Ambient Lighting System
AtmoLight - 1.18.6.0 [2016-09-21]
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gibman" data-source="post: 1193453" data-attributes="member: 25430"><p>It did not work in earlier version either.</p><p></p><p>ambiboxhandler.cs</p><p></p><p>ledCount = int.Parse(SendCommand("getcountleds", true).Split(separators)[1]);</p><p> if (ledCount <= 0)</p><p> {</p><p> return false;</p><p> }</p><p></p><p>so it queries the API for the led count.</p><p>I wonder what value we have here ?</p><p>sadly the code does not log this. could be useful to do.</p><p></p><p>if the value is lower than the expected 240 then I guess it could be a ambibox issue.</p><p>a hack could be to harcode the value to 240 and see how it goes.</p><p></p><p>Id be glad to try a custom build.</p><p></p><p>on a sidenote, it seems ambibox supports the use of profiles.</p><p>example I could create 1 profile per aspect ratio.</p><p>then I could have the viewmodeswitcher plugin or similar call/activate these profiles in ambibox.</p><p>The benefit would be to avoid the API calls which would just make the latency worse.</p><p>What I mean is; ambibox internal mode should be the fastest.</p><p>ofcourse I would then lose a lot of the features found within the atmolight plugin, like VU for music etc.</p><p></p><p>regards</p><p>Gibman</p></blockquote><p></p>
[QUOTE="gibman, post: 1193453, member: 25430"] It did not work in earlier version either. ambiboxhandler.cs ledCount = int.Parse(SendCommand("getcountleds", true).Split(separators)[1]); if (ledCount <= 0) { return false; } so it queries the API for the led count. I wonder what value we have here ? sadly the code does not log this. could be useful to do. if the value is lower than the expected 240 then I guess it could be a ambibox issue. a hack could be to harcode the value to 240 and see how it goes. Id be glad to try a custom build. on a sidenote, it seems ambibox supports the use of profiles. example I could create 1 profile per aspect ratio. then I could have the viewmodeswitcher plugin or similar call/activate these profiles in ambibox. The benefit would be to avoid the API calls which would just make the latency worse. What I mean is; ambibox internal mode should be the fastest. ofcourse I would then lose a lot of the features found within the atmolight plugin, like VU for music etc. regards Gibman [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
Ambient Lighting System
AtmoLight - 1.18.6.0 [2016-09-21]
Contact us
RSS
Top
Bottom