Mudrekh

Results 3 comments of Mudrekh

Did you use the latest version (v9.x.x)? I believe I helped address this issue in #46.

In pure JS, I use snippets like these to send a command which constructs the 'vectors' with _attributes. ```js const vector2D = (x, y) => ({ _attributes: { x, y...

@patrickmichalina FWIW, I've tried a few different onvif modules and this one works the best and has the most support 'out of the box' for various ONVIF functions IMO. I...