Basically I’m generating a buffered image and need to constantly stream it to the web interface. The buffered image can refresh as low as 5 fps. I’ve checked out the StreamResource / StreamSource but it seems like that wouldn’t help me too much. Not sure if I should look into making a custom element / component or if it’s possible to do already and I’m just not seeing it.
5fps is high enough rate for me to recommend, to implement a simple custom component for this.