Accepted(camera.status=save)
Interpretation Change On/Off of Pan Limit. 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 Left Side of Pan Limit from VN-V686
Format /api/param?camera.motion.pan.limit.left
Example of response camera.motion.pan.limit.left=90.00&200 OK
Interpretation Acquire left side of Pan Limit in degrees.
Allowed users admin, operator, user
Setting Left Side of Pan Limit for VN-V686
Format /api/param?camera.motion.pan.limit.left=present
Example of Response camera.motion.pan.limit.left&200 OK
Interpretation Set current pan position as left side of Pan Limit.
Allowed users admin, operator
Getting Right Side of Pan Limit from VN-V686
Format /api/param?camera.motion.pan.limit.right
Example of response camera.motion.pan.limit.right=90.00&200 OK
Interpretation Acquire right side of Pan Limit in degrees.
Allowed users admin, operator, user
Setting Right Side of Pan Limit for VN-V686
Format /api/param?camera.motion.pan.limit.right=present
Example of Response camera.motion.pan.limit.right&200 OK
Interpretation Set current pan position as right side of Pan Limit.
Allowed users admin, operator
Moving to Left/Right Side of Pan Limit for VN-V686
Format /api/param?camera.motion.pan.status=data
Example to move ot left side /api/param?camera.motion.pan.status=goto_leftlimit
Example of Response camera.motion.pan.status&200 OK
Interpretation Move to left/right side of Pan Limit. Specify goto_leftlimit or goto_rightlimit. Allowed users admin, operator
60