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

Any idea? ``` Error: ONVIF SOAP Fault: The data in element 'Security' must be understood but cannot be handled at /sw/dev/study/cam/onvif/node_modules/onvif/lib/utils.js:101:13 at Parser. (/sw/dev/study/cam/onvif/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:527:28) at SAXParser.onclosetag (/sw/dev/study/cam/onvif/node_modules/xml2js/lib/parser.js:262:26)...

Hi, I'm just trying to connect with my cheap-ass-security-camera using your package. This partially succeeds. So thank you for your package! I'm using the code 'example6.js'. I see that that...

Hello, I am trying to integrate with an AXIS M1065-L camera. Discovery and the call to connect seems to work well, but when I call cam.getStreamUri(), I get 'Wrong SOAP...

Sorry for raising an issue - but I just wanted to say thanks for this repo. Just the thing I needed to get events from my IP camera and push...

Hi I'm new with onvif protocol and also rtsp protocol. My goal is to stream my IP camera to Reactjs After following the example.js when I get the stream URI,...

When I install onvif package on my Reactjs ("^18.2.0") app the next error is displayed > ERROR in ./node_modules/onvif/lib/discovery.js 77:15-44 > Module not found: Error: Can't resolve 'dgram' in ..\node_modules\onvif\lib'...

Seems like the `H264` attributes of `VideoEncoderConfiguration` was moved to `$` but the doc is unchanged. Was this refactoring intended (its a breaking change)? See https://github.com/agsh/onvif/blob/master/lib/media.js#L122

After Updating to the newest master `getSnapshotUri()` does not work correctly anymore, but throws an exception: ``` 18:09:06.339 [WARN] Failed to get camera snapshot: TypeError: Cannot read property 'media' of...

Not sure anyone else had this issue but sharing just in case. I have a camera that shows events in ODM but no events are ever captured by this library....

Please, how do I set the shutter speed?