agsh / onvif

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

relativeMove documentation incorrect #313

Open samidalati opened 5 months ago

samidalati commented 5 months ago

Hi Thank you for the great library, I was playing around with the relativeMove, I wanted to zoom out only. I was reading the docs that zoom can be between 0 and 1 however this would allow for zoom in only but not zoom out

in fact relativeMove takes accept negative values which would allow for zoom out

Zoom, number or a string within 0 to 1, optional --> Zoom, number or a string within -1 to 1, optional

Here is screenshot of specs: image