How do I display a picture from a static URL on my device screen?

I think I’m trying to do something basic, but not sure how to accomplish it yet. What I’m doing is storing a picture from my home IP camera every two seconds with a known filename and is available via a public web server. So, what I want to do is press a button when viewing my devices on the ST app, and then I want the app to display the image from my public web server.

Sorry, beginner here :smile:

It’s possible to write a custom device handler that would grab a jpg file periodically from a public url and display it in a “carousel” tile.

I could be wrong but the carousel doesn’t work in Android right?