58Example of Response camera.motion.pan.mode&200 OKInterpretation Set direction of pan operation. Specify left or right.Allowed users admin, operatorSetting Speed of Pan OperationFormat /api/param?camera.motion.pan.speed=dataExample to set maximum speed /api/param?camera.motion.pan.speed=100Example of Response camera.motion.pan.speed&200 OKInterpretation Set speed of pan operation. Specify 0 to 100. The speed is 8 steps internally.Allowed users admin, operatorGetting Pan Operation StatusFormat /api/param?camera.motion.pan.statusExample of Response camera.motion.pan.status=moving&200 OKInterpretation Acquire current pan status. "moving" or "stop" is returned.Allowed users admin, operator, userGetting Tilt PositionFormat /api/param?camera.motion.tiltExample of response camera.motion.tilt=s45&200 OKInterpretation Acquire current tilt position, top edge of current area, in pixels. Value from 0 to 958 is returned. "s"is added before the value.Allowed users admin, operator, userMoving to Specified Tilt PositionFormat /api/param?camera.motion.tilt=dataExample to move to absolute 100 pixels /api/param?camera.motion.tilt=s100Example to move to relative 45 degrees /api/param?camera.motion.tilt=+s45Example of Response camera.motion.tilt&200 OKInterpretation Move to specified tilt position, top edge of target area, in pixels. To move to absolute position,specify from 0 to 958 with "s". Moved position can be adjusted automatically to prevent showing invalid area.Allowed users admin, operatorTilt OperationFormat /api/param?camera.motion.tilt.status=dataExample to start pan /api/param?camera.motion.tilt.status=start