65
Example of Response camera.motion.pan.speed&200 OK
Interpretation Set speed of pan operation. Specify 0 to 100. The speed is 8 steps internally.
Allowed users admin, operator
Getting Pan Operation Status from VN-V685/686/686B
Format /api/param?camera.motion.pan.status
Example of Response camera.motion.pan.status=moving&200 OK
Interpretation Acquire current pan status. "moving" or "stop" is returned.
Allowed users admin, operator, user
Getting Status of Variable Pan/Tilt Speed from VN-V685/686/686B
Format /api/param?camera.motion.variable_pantiltspeed.status
Example of Response camera.motion.variable_pantiltspeed.status=on&200 OK
Interpretation Acquire current setting of variable pan/tilt speed. "on" or "off" is returned.
Allowed users admin, operator, user
Setting Status of Variable Pan/Tilt Speed for VN-V685/686/686B
Format /api/param?camera.motion.variable_pantiltspeed.status=data
Example to set on /api/param?camera.motion.variable_pantiltspeed.status=on
Example of Response camera.motion.variable_pantiltspeed.status&202
Accepted(camera.status=save)
Interpretation Set status of variable pan/tilt speed. Specify on or off. The change is saved by the API,
camera.status=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
Getting Tilt Position from VN-V685/686/686B
Format /api/param?camera.motion.tilt
Example of response camera.motion.tilt=45.00&200 OK
Interpretation Acquire current tilt position in degrees. Value from 0.00 to 190.00 is returned. 0.00 means -5 degrees
and 190.00 means 185.00 degrees. 5.00 and 185.00 are horizontal.
Allowed users admin, operator, user
Moving to Specified Tilt Position for VN-V685/686/686B
Format /api/param?camera.motion.tilt=data
Example to move to absolute 5 degrees /api/param?camera.motion.tilt=5.00
Example to move to relative 45 degrees /api/param?camera.motion.tilt=+45.00