Format /api/param?camera.motion.zoom.status
Example of Response camera.motion.zoom.status=moving&200 OK
Interpretation Acquire current zoom status. "moving" or "stop" is returned.
Allowed users admin, operator, user
Moving Specified Position to Center for VN-V685/686/686B
Example of Response camera.motion.clickoncenter&200 OK
Example to move (160, 120) to center (pixel)
Example to move (160, 120) to center (percentage)
/api/param?camera.motion.clickoncenter=25.00-25.00
Interpretation Moving specified position to center of image. In
Allowed users admin, operator
Getting Focus Position from VN-V685/686/686B
Format /api/param?camera.focus
Example of response camera.focus=45.00&200 OK
Interpretation Acquire current focus position. When focus is set to manual, value from 0.00 to 99.99 is returned. 0.00 means Near edge and 99.99 means Far edge. When zoom is Wide edge, focus can be from 0.00 to 99.99. When zoom is Tele edge, focus can be from 0.00 to about 78. When focus is set to auto, easy_auto is returned.
Allowed users admin, operator, user
Moving to Specified Focus Position for VN-V685/686/686B
Format /api/param?camera.focus=data
Example to move to absolute 50.00 | /api/param?camera.focus=50.00 | ||
Example to move to relative 5 | Near | /api/param?camera.focus=+5.00 | |
Example to move to relative 5 | |||
Example to set to auto /api/param?camera.focus=easy_auto | |||
Example to execute one push auto focus | /api/param?camera.focus=op_auto | ||
Example to change from auto to manual | /api/param?camera.focus=manual |
Example of Response camera.focus&200 OK
Interpretation Change focus. To move to absolute position, specify from 0.00 to 99.99. 0.00 means Near edge and
68