I need to update the Poster image 30 times per second.
Images are being served by the local server running on my iOS device.
I tried to use the Timer node to set the Poster uri.
The GET requests are sent to my server but images are not displayed in the Poster component.
If I increase the Timer duration to 0.5 seconds, images are displayed, but I need the Timer duration to be 0.03 seconds.
I don’t think you’ll be able to do handle downloading an image and decoding it at that speed. The image decoder is asynchronous on Roku OS, so when you provide the URL to the poster, it may take a frame or two for it to download and show in the poster.