GuilhermeC18 / node-onvif

The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.
MIT License
444 stars 198 forks source link

Add method for getting Recivers #91

Open ushakhzodbek opened 1 year ago

ushakhzodbek commented 1 year ago

https://www.onvif.org/ver10/receiver.wsdl

Onvif protocol have a method for getting info about Profiles or if it NVR then devices.

Can you add this functionality

ON1ON99 commented 1 year ago

Can you tell method name?

https://www.onvif.org/ver10/receiver.wsdl

Onvif protocol have a method for getting info about Profiles or if it NVR then devices.

Can you add this functionality

ushakhzodbek commented 1 year ago

Can you tell method name?

https://www.onvif.org/ver10/receiver.wsdl Onvif protocol have a method for getting info about Profiles or if it NVR then devices. Can you add this functionality

GetReceivers or GetReceiver

https://www.onvif.org/specs/srv/rcv/ONVIF-Receiver-Service-Spec.pdf

ON1ON99 commented 1 year ago

Yeah that's cool If they will add this function it would be great

Can you tell method name?

https://www.onvif.org/ver10/receiver.wsdl Onvif protocol have a method for getting info about Profiles or if it NVR then devices. Can you add this functionality

GetReceivers or GetReceiver

https://www.onvif.org/specs/srv/rcv/ONVIF-Receiver-Service-Spec.pdf

kumarbhupi commented 9 months ago

Is this repository being maintained?