Using the Hikvision Ultimate node to capture a picture from CCTV camera but won't display on dashboard? Using the flow below, send image by email(node removed) and preview in editor both work fine just not in Dashboard? Only image container shown in dashboard -no errors in NR debug?
[{"id":"234ae4a8.93e7fc","type":"image","z":"50cda459.88ef7c","name":"","width":160,"data":"payload","dataType":"msg","thumbnail":false,"active":true,"pass":false,"outputs":0,"x":540,"y":2620,"wires":[]},{"id":"75aa53d7.85482c","type":"change","z":"50cda459.88ef7c","name":"Setup msg","rules":[{"t":"set","p":"cid","pt":"msg","to":"","tot":"date"},{"t":"set","p":"attachments","pt":"msg","to":"[{\t \"filename\": 'image_' & $replace($now(),\":\",\"_\") & '.jpg', \t \"content\": $$.forEmail,\t \"cid\": \"\" & cid & \"\"\t}]","tot":"jsonata"},{"t":"set","p":"topic","pt":"msg","to":"See attached image","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"''","tot":"jsonata"},{"t":"set","p":"from","pt":"msg","to":"info@mysupersmarthome.it","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":2520,"wires":[["b02d4ab6.8bf9a8"]]},{"id":"5aae5b3e.f79304","type":"hikvisionUltimatePicture","z":"50cda459.88ef7c","name":"Grab Picture","topic":"","server":"4e1a46.3c7255bc","channelID":"1","rotateimage":"0","heightimage":"100","widthimage":"180","qualityimage":"100","cropimage":"","textoverlay":"","textoverlayXY":"","textoverlayWH":"","textoverlayFont":"FONT_SANS_64_WHITE","urlImageCurrentIndex":"0","x":330,"y":2560,"wires":[["75aa53d7.85482c","234ae4a8.93e7fc","3838f250.f8ea5e","ddbe0400.ce1d28"],[]]},{"id":"3da1ebaf.077cf4","type":"inject","z":"50cda459.88ef7c","name":"Test","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":150,"y":2560,"wires":[["5aae5b3e.f79304"]]},{"id":"3838f250.f8ea5e","type":"template","z":"50cda459.88ef7c","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"<img width=\"180px\" height=\"100px\" src=\"data:image/jpg;base64,/9j/{{payload}}\">","output":"str","x":520,"y":2560,"wires":[["c3b728b1.3afb78"]]},{"id":"ddbe0400.ce1d28","type":"debug","z":"50cda459.88ef7c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":510,"y":2480,"wires":[]},{"id":"c3b728b1.3afb78","type":"ui_template","z":"50cda459.88ef7c","group":"23405186.08848e","name":"","order":4,"width":"0","height":"0","format":"<div ng-bind-html=\"msg.payload\"></div>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","x":700,"y":2560,"wires":[[]]},{"id":"4e1a46.3c7255bc","type":"Hikvision-config","host":"192.168.1.200","port":"80","name":"Main Gate","authentication":"digest","protocol":"http","heartbeattimerdisconnectionlimit":"1","deviceinfo":"{\"DeviceInfo\":{\"$\":{\"version\":\"2.0\",\"xmlns\":\"http://www.hikvision.com/ver20/XMLSchema\"},\"deviceName\":\"Main Gate\",\"deviceID\":\"b7460000-d0b6-11b5-84b5-ecc89c5ca1b7\",\"deviceDescription\":\"IPCamera\",\"deviceLocation\":\"hangzhou\",\"systemContact\":\"Hikvision.China\",\"model\":\"DS-2CD2T87G2-L\",\"serialNumber\":\"DS-2CD2T87G2-L20201205AAWRF22085584\",\"macAddress\":\"ec:c8:9c:5c:a1:b7\",\"firmwareVersion\":\"V5.5.154\",\"firmwareReleasedDate\":\"build 200928\",\"encoderVersion\":\"V7.3\",\"encoderReleasedDate\":\"build 200925\",\"bootVersion\":\"V1.3.4\",\"bootReleasedDate\":\"100316\",\"hardwareVersion\":\"0x0\",\"deviceType\":\"IPCamera\",\"telecontrolID\":\"88\",\"supportBeep\":\"false\",\"supportVideoLoss\":\"false\",\"firmwareVersionInfo\":\"B-R-G3-0\"}}"},{"id":"23405186.08848e","type":"ui_group","name":"Charts","tab":"78d863c9.1da73c","order":9,"disp":true,"width":"6","collapse":false},{"id":"78d863c9.1da73c","type":"ui_tab","name":"Kingstones Alarm System","icon":"dashboard","disabled":false,"hidden":false}]