agsh / onvif

ONVIF node.js implementation
http://agsh.github.io/onvif/
MIT License
692 stars 234 forks source link

Excuse me #192

Closed yinwuyang closed 3 years ago

yinwuyang commented 3 years ago

The methods in my imaging.js file are not available, and the URI module has no imaging module. I want to know if onvif has a video recording method. I hope someone can help me. Thank you

RogerHardiman commented 3 years ago

If the methods in imaging.js are not available it would indicate the camera does not return details about Imaging in the ONVIF GetCapabilities SOAP message.

ONVIF does have video recording methods, some of them are implemented in this library but help is needed to add more of the ONVIF API to this library.