Start/Stop of Auto Tracking for VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(1).status=data
/api/param?camera.motion.auto_tracking(2).status=data
Example of Response camera.motion.auto_tracking(1).status&200 OK
Interpretation Start or stop Auto tracking or Intelligent tracking. Specify "start" or "stop". When auto tracking is started, the camera moves to home position, then starts Auto Tracking. Motion detection is disabled during Auto Tracking. When Intelligent tracking is started, the camera waits for API that specifies target. By API for specifying target, the camera starts Intelligent tracking. In
Specify target for Intelligent Tracking for
Example to specify position (10, 20)
/api/param?camera.motion.auto_tracking(2).target=s10-s20
Example to specify position (10, 20) and color (255, 0, 0)
Interpretation Specify target of Intelligent tracking. In
Allowed users admin, operator
Getting Detection Level of Auto Tracking from
Format /api/param?camera.motion.auto_tracking(1).level
/api/param?camera.motion.auto_tracking(2).level
Example of response camera.motion.auto_tracking(1).level=50&200 OK
Interpretation Acquire detection level of Auto Tracking. Or acquire detection level of starting Intelligent tracking by Auto Return. Value from 0 to 100 will be returned. 100 is most sensitive. The level is 11 steps internally.
Allowed users admin, operator, user
Setting Detection Level of Auto Tracking for
Format /api/param?camera.motion.auto_tracking(1).level=data
/api/param?camera.motion.auto_tracking(2).level=data
56