57
Example of Response camera.motion.auto_tracking(1).level&202
Accepted(camera.status=save)
Interpretation Change detection level of Auto Tracking. Or change detection level of starting Intelligent tracking by
Auto Return. Specify from 0 to 100. 100 is most sensitive. The level is 11 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
Getting Restart Time of Auto Tracking from VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(1).restarttime
/api/param?camera.motion.auto_tracking(2).restarttime
Example of response camera.motion.auto_tracking(1).restarttime=10&200 OK
Interpretation Acquire restart time of Auto Tracking or Intelligent tracking in seconds. In case of Auto tracking, if
there is no motion, the camera goes to home position after the restart time, and restarts Auto Tracking. In case of
Intelligent tracking, if the camera loses the target, the camera goes to home position after the restart time, and restarts
Intelligent Tracking. "off", 10, 20, 30, 40, 50, 60 or 120 will be returned.
Allowed users admin, operator, user
Setting Restart Time of Auto Tracking for VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(1).restarttime=data
/api/param?camera.motion.auto_tracking(2).restarttime=data
Example of Response camera.motion.auto_tracking(1).restarttime&202
Accepted(camera.status=save)
Interpretation Change restart time of Auto Tracking or Intelligent tracking in seconds. Specify "off", 10, 20, 30, 40,
50, 60 or 120. In case of Auto tracking, if there is no motion, the camera goes to home position after the restart time, and
restarts Auto Tracking. In case of Intelligent tracking, if the camera loses the target, the camera goes to home position
after the restart time, and restarts Intelligent Tracking. 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 Detection Area of Intelligent Tracking from VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(2).area
Example of response
camera.motion.auto_tracking(2).area=FFFFFFFFFFFFFFFFFFFFFFFF&200 OK
Interpretation Acquire detection area of Intelligent Tracking when it is started by Auto Return. The meaning of
value is same as motion detection area. In VN-V686 before v1.02, this API is not available.
Allowed users admin, operator, user