No code Edge AI Tool - Errors in the view node

Following the turtorial No code Edge AI Tool | Seeed Studio Wiki

I am using 4.6.1 as instructed
I get this error from View Node attached to Detect Node
Input should be a buffer or a base64 string or a Jimp image (containing a jpg or png image)

I am also having this issue, did you find a resolution? ta

Hi Mark;

I did - I had to convert the payload to an image as I recall.

Here is the flow with my changes

[
{
“id”: “8e0e9266c46d230a”,
“type”: “tab”,
“label”: “Object Detect”,
“disabled”: false,
“info”: “”,
“env”: []
},
{
“id”: “1c6703ec544f387f”,
“type”: “video input”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“deviceType”: “local”,
“rtsp”: “”,
“local”: “video0”,
“resolution”: “640”,
“frequency”: “10”,
“senderr”: true,
“active”: false,
“x”: 100,
“y”: 260,
“wires”: [
[
“b66d02964a0319b7”,
“f72cb893b4881eda”
]
]
},
{
“id”: “b66d02964a0319b7”,
“type”: “video view”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“width”: “320”,
“data”: “payload”,
“dataType”: “msg”,
“thumbnail”: false,
“active”: false,
“pass”: false,
“outputs”: 0,
“x”: 350,
“y”: 180,
“wires”: []
},
{
“id”: “f72cb893b4881eda”,
“type”: “detection”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“modelName”: “coco_dataset”,
“showResult”: true,
“senderr”: true,
“x”: 320,
“y”: 260,
“wires”: [
[
“8c6bbdfc73920f27”,
“7ec86bf7f2ab8fc0”
]
]
},
{
“id”: “d2c449d0e2d49a3b”,
“type”: “video view”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“width”: “640”,
“data”: “payload”,
“dataType”: “msg”,
“thumbnail”: false,
“active”: true,
“pass”: false,
“outputs”: 0,
“x”: 470,
“y”: 380,
“wires”: []
},
{
“id”: “7ec86bf7f2ab8fc0”,
“type”: “debug”,
“z”: “8e0e9266c46d230a”,
“name”: “debug 1”,
“active”: false,
“tosidebar”: true,
“console”: false,
“tostatus”: false,
“complete”: “false”,
“statusVal”: “”,
“statusType”: “auto”,
“x”: 660,
“y”: 180,
“wires”: []
},
{
“id”: “8c6bbdfc73920f27”,
“type”: “change”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“rules”: [
{
“t”: “set”,
“p”: “payload”,
“pt”: “msg”,
“to”: “payload.image”,
“tot”: “msg”
}
],
“action”: “”,
“property”: “”,
“from”: “”,
“to”: “”,
“reg”: false,
“x”: 160,
“y”: 360,
“wires”: [
[
“d2c449d0e2d49a3b”,
“4e8b50fa3928626c”
]
]
},
{
“id”: “4e8b50fa3928626c”,
“type”: “image”,
“z”: “8e0e9266c46d230a”,
“name”: “”,
“width”: 160,
“data”: “payload”,
“dataType”: “msg”,
“thumbnail”: false,
“active”: false,
“pass”: false,
“outputs”: 0,
“x”: 660,
“y”: 300,
“wires”: []
}
]