agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
707 stars 240 forks source link

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

Closed WalkerCode1989 closed 1 year ago

WalkerCode1989 commented 1 year 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 1 year ago

Thank you. I will take a look.

WalkerCode1989 commented 1 year 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