agsh / onvif

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

Add support for focus control commands: GetMoveOptions, Move, Stop #299

Closed WalkerCode1989 closed 10 months ago

WalkerCode1989 commented 10 months ago

This change follows Onvif ver20 imaging.wsdl to implement these Focus operations APIs in the imaging.js file:

  1. GetMoveOptions
  2. Move
  3. Stop

Please feel free to contact me if you have any questions. Thank you.

Best Regards, Walker

RogerHardiman commented 10 months ago

Thank you. I will take a look.

WalkerCode1989 commented 10 months ago

Hi Roger,

Thanks for your help. I refined the focus operator API naming and comments. Please inform me of any areas needing adjustments.

Best Regards, Walker