Getting Status of Variable Pan/Tilt Speed from VN-V686
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-V686
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-V686
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-V686
Format /api/param?camera.motion.tilt=data
Example to move to horizontal direction /api/param?camera.motion.tilt=5.00
Example to move to relative 45 degrees /api/param?camera.motion.tilt=+45.00
Example of Response camera.motion.tilt&200 OK
Interpretation Move to specified tilt position. To move to absolute position, specify from 0.00 to 190.00. 0.00
means -5 degrees and 190.00 means 185.00 degrees. 5.00 and 185.00 are horizontal.
Allowed users admin, operator
Tilt Operation for VN-V686
Format /api/param?camera.motion.tilt.status=data
Example to start pan /api/param?camera.motion.tilt.status=start
Example of Response camera.motion.tilt.status&200 OK
Interpretation Start or stop tilt operation. Specify start or stop.
59