Kodi Community Forum

Full Version: xbmcgui.ControlImage().setImage() with raw data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to set an image with rawdata in example from opencv?
like "xbmcgui.ControlImage().setImage()"

maybe:
xbmcgui.ControlImage().setImageRaw(data) cache always false
so it's not needed to store the image to disk and read from kodi. -> better performance
would be awesome to get this feature.
Is my request too complex, to get an answer?