Example of Response camera.motion.auto_pan.status&200 OK
Interpretation Start/stop auto pan. Specify start, stop, goto_start or goto_end.
Allowed users admin, operator
Getting Direction of Auto Pan from VN-V686
Format /api/param?camera.motion.auto_pan.mode
Example of response camera.motion.auto_pan.mode=left&200 OK
Interpretation Acquire direction of auto pan. "left", "right" or "return" is returned.
Allowed users admin, operator, user
Setting Direction of Auto Pan for VN-V686
Format /api/param?camera.motion.auto_pan.mode=data
Example to set to Left /api/param?camera.motion.auto_pan.mode=left
Example of Response camera.motion.auto_pan.mode&202 Accepted(camera.status=save)
Interpretation Set direction of auto pan. Specify "left", "right" or "return". 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 Speed of Auto Pan from VN-V686
Format /api/param?camera.motion.auto_pan.speed
Example of response camera.motion.auto_pan.speed=50&200 OK
Interpretation Acquire speed of auto pan. Value from 0 to 100 is returned. The speed is 3 steps internally.
Allowed users admin, operator, user
Setting Speed of Auto Pan for VN-V686
Format /api/param?camera.motion.auto_pan.speed=data
Example to set maximum speed /api/param?camera.motion.auto_pan.speed=100
Example of Response camera.motion.auto_pan.speed&202
Accepted(camera.status=save)
Interpretation Set speed of auto pan. Specify 0 to 100. The speed is 3 steps internally. 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
Setting Current Position as Start Position of Auto Pan for VN-V686
Format /api/param?camera.motion.auto_pan.start_point=present
Example of Response camera.motion.auto_pan.start_point&200 OK
65