-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatible with G-Box M2? #21
Comments
just to make sure, you're not running the add-on in theatre mode? |
Yes, confirmed that it is in Ambilight mode. When in Theater mode, the lights turn off completely and it acts as expected. In Ambiligit mode, the lights dim (not 100%) and return when video ends. After more tests, it appears to work correctly on a few add-ons, but not all. This leads me to believe it may be related to the video player being used? |
cool. yes it sounds like it's unable to calculate a color (and it stays on the same one color during playback). dont have the time to help you out further right now. you could try running this add-on: it outputs the calculated colors to a png image. but never tested it on anything else then ubuntu so you might run into some issues getting it to work |
Thanks, I will take a look at the add-on. Would love to get Ambilight working. Let me know if you're accepting donations to focus on a possible fix. Happy to support your efforts however I can. |
Seems like the RenderCapture interface (at least with DVDPlayer on the linux builds for the mx2) is only returning a white screenshot in the getImage() buffer. Maybe AMLPlayer has the capability to capture the video stream correctly. |
I'm having the same problem on a generic MX Box both on Android and on Linux. It sports an Amlogic 8726 MX Dual Core Dual Cortex A9 CPU, and a Quad MALI 400 GPU. The problem must indeed be related to the video rendering. The hardware for the box requires customization of the video player in XBMC and I'm assuming that xbmc is branched to make this work (I'm running a custom 12.2 on Android and a custom 12.3 on Linux). I think getting the getImage() function to work was not a prioritiy for the developers. Changing the video player to an external video player in Android is not an option for me. What can be done to make the Ambilight mode work on this hardware? |
This is still an issue, do we have any way forward to enable functionality in the MX xbmc builds? |
I've had limited success getting the plugin to work with a G-Box M2. Anyone tested or have any suggestions? When the video playback starts, the lights dim, but never cycle colors. The lights return to previous setting when the video completes, so I know the box is talking to the lights, just not 100%.
Thoughts?
The text was updated successfully, but these errors were encountered: