Hi.
How to install the latest ONVIF packages?
In Manage Palette is Node-Red-Conrtrib-only 1.0.3
I only have one snapshot node.
Thank you
Maybe this will give some more features
Hi.
I have node-red-dontrib-onvif-nodes
https://github.com/bartbuteneers/node-red-contrib-onvif-nodes?tab=REadme-ov-file
I can already rotate the camera through Continuousmove and the zoom works.
They need to use preset.
I have an onvif device manager - PTZ Control and there I see preset 1,2,3,4 and works.
I can't use Node Red.
Will anyone help?
Thank you.
If you read and walk thru the written guides and examples that are very detailed, extensive with example flows and then report back here what you have tried and what did not work, share the flow of what you have tried, I'm sure some people with onvif cameras might step in and help
Hi.
Here.
ode-red-contrib-onvif-nodes
Pan, Tilt & Zoom - Download Example Code
Up, down, left, right, stop, zoom+, zoom- works.
onvif-ptz - Get presets
{ 1: 1, 2: 2, 3: 3, 4: 4 }object
It doesn't work that way.
[
{
"id": "c1f3dbee9131a2d7",
"type": "inject",
"z": "flow1",
"name": "Goto Preset 1",
"props": [],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 130,
"y": 160,
"wires": [["f982bf6cc70c93f3"]]
},
{
"id": "f982bf6cc70c93f3",
"type": "function",
"z": "flow1",
"name": "Set action + preset",
"func": "msg.action = \"gotoPreset\";\nmsg.preset = \"1\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 320,
"y": 160,
"wires": [["3d2a4adf54e9d542"]]
},
{
"id": "3d2a4adf54e9d542",
"type": "onvif-ptz",
"z": "flow1",
"name": "ONVIF PTZ",
"deviceConfig": "62e3926f23d6dc38",
"profileName": "",
"action": "",
"panSpeed": 0,
"tiltSpeed": 0,
"zoomSpeed": 0,
"panPosition": 0,
"tiltPosition": 0,
"zoomPosition": 0,
"panTranslation": 0,
"tiltTranslation": 0,
"zoomTranslation": 0,
"time": 1,
"preset": "",
"presetName": "",
"stopPanTilt": true,
"stopZoom": true,
"configurationToken": "",
"x": 520,
"y": 160,
"wires": [["a1f7801b6bbf5db3"]]
},
{
"id": "a1f7801b6bbf5db3",
"type": "debug",
"z": "flow1",
"name": "Debug Output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"x": 720,
"y": 160,
"wires": []
},
{
"id": "62e3926f23d6dc38",
"type": "onvif-config",
"xaddress": "192.168.1.230",
"port": "8899",
"timeout": "30",
"checkConnectionInterval": "5",
"name": "Hiseeu 5MP 30X"
}
]