First a big thanks to the originator(s) of Habpanel, it takes Openhab to a different level. My first attempt is here.
I have three cameras, one from Trendnet, and ones running on a Raspberry Pi and ESP8266. All display real time images in a custom widget. If you click the image you go to the full image in a different dashboard. Click the full image and you return to the home dashboard.
The custom widget couldn’t be simpler!
<a href="/habpanel/index.html#/view/Garden Camera"><img src ="http://192.168.1.92:8081/image" height="200" width="300" ></img></a>
The Office and Lounge sensors are currently being built but along with the Hall, are all ESP8266/Sonoff based.
The buttons at the bottom left are for testing Raspberry Pi GPIO input/outputs.