onvif icon indicating copy to clipboard operation
onvif copied to clipboard

ONVIF node.js implementation

Results 62 onvif issues
Sort by recently updated
recently updated
newest added

Fix names in `setVideoEncoderConfiguration`. Update JSDoc. Rename following the ONVIF specs. This also permit to `getVideoEncoderConfiguration`, modify the object returned then use it to `setVideoEncoderConfiguration`. Before that we had to...

Add the possibility to choose the timeout of a PullMessagesRequest. Also add the possibility to choose the timeout of a http request.

Add the possibility to bind an address on Discovery instead of a device, in case a device has multiple aliases. Because of address binding we need to know which alias...

This simply fixes #88 by emiting the same XML it receives from the device (after validation)

add gotoHomePosition function in ptz.js enable focus settings of setImagingSettings function in imaging.js

Hi everybody, I have already received a couple of issues (from multiple users) that their application (Node-RED) crashes from time to time, due to an exception while listening for events....

bug
help wanted
v.0.x

Hi! I am trying to get all the available video output like the one attached below (from onvif - GetVideoOutputs). I have been trying all the methods but seems like...

When I connect camera with Onvif (version 0.6.2) in nodejs then getting below error, `Error: ONVIF SOAP Fault: Wsse authorized time check failed. at /node_modules/onvif/lib/utils.js:92:13 at Parser. (/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit...

help wanted

Hi everybody, Recently @viettel-solutions have been so kind to add a lot of recording functionality (via [this](https://github.com/agsh/onvif/pull/234) PR) to this repository. But I have a few questions about this: 1....

https://github.com/agsh/onvif/blob/768bc8b4220a31c1813c3e78355e45e8a6826605/lib/events.js When calling Cam.prototype.unsubscribe, a second unsubscribe is then soon triggered that passes no event data. This second call originates from Cam.prototype._eventRequest and passes no callback method, so the throw...