71
Example of Response camera.position(3).status&200 OK
Interpretation Set tilte to specified preset position. Specify from 0 to 99 as position number. Maximum characters is
32. To erase title, specify %00, i.e. 0x25 0x30 0x30 in binary data. Use %20 to set space.
Allowed users admin, operator
(4) Auto Pan Getting Status of Auto Pan from VN-V685/686/686B
Format /api/param?camera.motion.auto_pan.status
Example of response camera.motion.auto_pan.status=moving&200 OK
Interpretation Acquire current status of auto pan. "moving" of "stop" is returned.
Allowed users admin, operator, user
Start/Stop of Auto Pan for VN-V685/686/686B
Format /api/param?camera.motion.auto_pan.status=data
Example to start auto pan /api/param?camera.motion.auto_pan.status=start
Example to stop auto pan /api/param?camera.motion.auto_pan.status=stop
Example to move to start position of auto pan
/api/param?camera.motion.auto_pan.status=goto_start
Example to move to end position of auto pan
/api/param?camera.motion.auto_pan.status=goto_end
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-V685/686/686B
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-V685/686/686B
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,