Using an image which has a dynamic name

I’m trying to create a dashboard which shows the latest image stored on a remote server. I’ve got a meteor detection camera that stores images in folders with a date / time stamp. The image filenames also have a date time stamp.

What would be the best way of setting up a dashboard with the latest image on it?

Thanks