Unfortunatly my cam wants exactly the parameters showed and doesn’t answer if i add a time parameter in order to avoid the browser cache.
I’ve tried the Image widget but:
If a set 5 sec refresh time leaving unchecked the “no chache busting” parameter the widget tries to refresh the image but (due to the _t added to the url) the camera doesn’t answer.
If I check the “no chache busting” the widget desn’t refresh at all (it ask fot the image at load but then no more calls has done). I’ve cheked the calls using chrome developers tools (network).
The html code generated by habpanel is very different:
without “no chache”:
Sorry to bother again, maybe that my post is too trivial or obvious, but currently I’m stuck on this problem.
I kindly ask for an hint, maybe just a “hei give a look here…and wake up !”
Thank you very much.
There’s no easy solution for this I’m afraid, maybe a custom widget with a Javascript controller which would remove the <img> node then re-insert it, but I’m not even sure. If the URL doesn’t change your browser might cache the image anyway (it depends on the HTTP headers of the response from your camera).
Just to complete the analysis, in term of know how: forget the specific problem of my camera, the behaviour of the image (and, due to inheritance, of CameraFeed) that is no refresh if “nosuffix” flag is set, is ok or it should be analyzed deeper ?
Thanks, I’m available if you need more information or test.