I have seen a few suggestions on here to display a camera picture (base64 grabbed from my cam via the onvif node), on the dashboard. None seem to work for me, I imported a couple of flows with variations of the template node, but none display a picture.
This is the last function node with template I tried:
[{"id":"36238576.a6929a","type":"template","z":"70856be3b8bea8cd","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"<img width=\"320px\" height=\"240px\" src=\"{{{payload}}}\">","output":"str","x":560,"y":400,"wires":[["1ab473af56702995"]]},{"id":"1ab473af56702995","type":"ui_template","z":"70856be3b8bea8cd","group":"c7a43587.2944e8","name":"","order":7,"width":"0","height":"0","format":"<div ng-bind-html=\"msg.payload\"></div>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":740,"y":400,"wires":[[]]},{"id":"c7a43587.2944e8","type":"ui_group","name":"Default","tab":"fbd536a.22bf9c8","order":1,"disp":true,"width":"6","collapse":false},{"id":"fbd536a.22bf9c8","type":"ui_tab","name":"Home","icon":"dashboard"}]
This is a partial grab from the debug node