razvanstanga / node-red-contrib-onvif

A Node-RED node that interacts with ip cameras using the ONVIF protocol
Apache License 2.0
3 stars 6 forks source link

Which commands are available? #9

Open Barabba11 opened 1 month ago

Barabba11 commented 1 month ago

Hi, thanks for your work, sorry I haven't understood what exacly I can do with this node, can you help me? I can send username and pssword, but actually they are already specifed in node settings, why then I've to send again by message? I can send resize, I suppose to get a desidered image as input..

ANyway, I?ve tried with different cameras and I alwyas had {"payload":null,"_msgid":"2d2ce1aa974e1e6b","_payload":{"url":"192.168.1.21","username":"admin","password":"******","resize":{"width":800}},"node":"ONVIF Snapshot","error":"Error: Failed to initialize the device: Error: Network Error: "}

when I didn't specify sder passw on msg I got an error user/password wrong, when I put I have "error: Failed to initialize the device: Error: Network Error:", if I type a wrong user or password the same message.

I'm aiming to catch Onvif messaging, for example motion detection, alarm, how to? Thanks

khanhnd88 commented 1 week ago

Hi, this node simply gets a snapshot from onvif camera only