Allowed users admin, operator
Specify target for Intelligent Tracking for VN-V686
Format /api/param?camera.motion.auto_tracking(2).target=sx-sy
/api/param?camera.motion.auto_tracking(2).target=sx-sy-R-G-B
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)
/api/param?camera.motion.auto_tracking(2).target=s10-s20-255-0-0
Example of Response camera.motion.auto_tracking(2).target&200 OK
Interpretation Specify target of Intelligent tracking. 2 APIs, one for specifying position of the target, another for
specifying position and color of the target, are available. Specify position in VGA even if current resolution is
QVGA.
Issue camera.motion.auto_tracking(2).status=start before this API.
Allowed users admin, operator
Getting Detection Level of Auto Tracking from VN-V686
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 VN-V686
Format /api/param?camera.motion.auto_tracking(1).level=data
/api/param?camera.motion.auto_tracking(2).level=data
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-V686
Format /api/param?camera.motion.auto_tracking(1).restarttime
55