I have a custom habpanel subpage which is supposed to load a snapshot from my door camera.
I am still on 4.3.5 but the image is not lading anymore, just a blue temp placeholder depending on device i am looking from
the actual src url is working, i can access the picture from the same device where the habpanel fails (or download it from the the openhab server device)
did i miss any breaking changes in the past which may require new code?
<div class="section" style="max-width:1280px;max-height:450px; padding-top: 0px" ng-init="campic={ 'url':'http://10.194.82.121/snap.jpeg', 'refresh': 5 }"> <widget-image ng-model="campic"></widget-image>
</div>
Actual camera pic:
This was actually working, i believe even a couple of weeks ago
