Page 9 of 9

Re: Dynamic Refreshing Image URL

PostPosted: Wed May 03, 2023 2:31 pm
by EagleDTW
Hi @Jay,

It sounds like in 2022.2.2 that this functionality of dynamic refreshing image url feature has been deprecated...what is the best method to adjust to having images gathered from a camera and displayed in a rotating variables with paths to the image files' url?

Thank you,
Daniel

Re: Dynamic Refreshing Image URL

PostPosted: Thu May 04, 2023 7:39 am
by jay (support)
As I say above, you can use a file:/// url that points to an image file on your drive that you update via a script.

I've added a feature request to add the ability to get a URL from a variable for some future release.

Re: Dynamic Refreshing Image URL

PostPosted: Wed Dec 13, 2023 5:07 pm
by Ironshel
Don't know where this stands today. I just upgraded to 2022.2.2 only to discover this problem which broke several of my control pages.

One point I wanted to add was that I have several pages where I use this function to show an image dynamically. In my case, this means that I show a picture from my Doorbird (in one example) as an overlay to my control page when someone hits the doorbell. The image from Doorbird is a .jpg. After buzzing them in, I want to make the picture disappear. Since .jpg images don't have a transparency layer, I need to replace the image with a .png file when I want to make it "disappear". Without the dynamic URL function, this is very difficult to achieve. The file:/// has to point to a .jpg file or a .png file but I had been swapping them out with indirection through a variable. I can't get a png from Doorbird and I can't make a transparent .jpg.

Hoping the dynamic URL comes back soon :-)

Re: Dynamic Refreshing Image URL

PostPosted: Tue Mar 19, 2024 1:49 pm
by Betacruxis
Since the Dynamic Refreshing Image URL is not working anymore, I took your advice to used file:// to point to downloaded images to display in control pages.
But no matter which method or library I use in the script that downloads the images, after a while I start to get the "403 Forbidden" error.
Even using plug-ins to download the images (such as "Image Downloader & SecuritySpy..."), I get same error after a few days of using them.
Nonetheless, Indigo is till capable of refreshing those images if I put the direct URL into the control page image control, at least until the URL is no longer valid, of course.
So my question is which method is Indigo using to refresh those images from the web? Can it be replicated into a script?
Thanks.