Kodi Community Forum

Full Version: renderCapture failing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!!

I'm making one addon for interacting lights with video (like boblight or Hue ambilight but for a wifi lamp that is on development) and found that renderCapture is failing:
- on Android is failing since Jarvis version, the capture gets black image
- on a raspberry pi, the color array from capture.getImage() seems to be codified in different way, by example, a pure white pixel is rgb[36,36,36] and a red one is rgb[200,0,0]

Here you can see my repository: https://github.com/bq-halu/kodiAddon/blo...default.py
and this is a sample of what I'm getting when it's working: https://www.youtube.com/watch?v=yNANKZgjYX8

do anyone knows some workaround for those problems or if there is someone working on it?

thanks in advance!
Resurrestcing old thread - because I bumped into the same problem; RenderCapture() works just fine on my Windows 10 machine but fails on Android box.... can anyone confirm that it is a bug in Jarvis for Android?
Similar behaviour with Raspberry Pi 4.

getImage() method instead of capturing the screen, spits out lots of useless gibberish into a file.