60
Example of Response camera.motion.auto_tracking(2).threshold.hsv&202
Accepted(camera.status=save)
Interpretation Change threshold of Intelligent Tracking. In VN-V686 before v1.02, this API is not available. 2 APIs
for setting HSV threshold and YUV threshold are availble. In case of HSV, H is from 0 to 180, S/V is from 0 to 255. In
case of RGB, R/G/B is from 0 to 255. 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 Dead Zone of Intelligent Tracking from VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(2).dead_zone
Example of response camera.motion.auto_tracking(2).dead_zone=40-40&200 OK
Interpretation Acquire dead zone of Intelligent Tracking. In VN-V686 before v1.02, this API is not available.
Motion smaller than dead zone is ignored by Intelligent tracking. Horizontal value is from 0 to 320, and vertical value is
from 0 to 240. Value in VGA is returned even if current resolution is QVGA.
Allowed users admin, operator, user
Setting Dead Zone of Intelligent Tracking for VN-V685/686/686B
Format /api/param?camera.motion.auto_tracking(2).dead_zone=data
Example of Response camera.motion.auto_tracking(2).dead_zone&202
Accepted(camera.status=save)
Interpretation Change dead zone of Intelligent Tracking. In VN-V686 before v1.02, this API is not available.
Motion smaller than dead zone is ignored by Intelligent tracking. Horizontal value is from 0 to 320, and vertical value is
from 0 to 240. Value in VGA is returned even if current resolution is QVGA. 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 Upper Limit of EZoom from VN-V685/686/686B
Format /api/param?camera.motion.zoom.digitallimit
Example of response camera.motion.zoom.digitallimit=2&200 OK
Interpretation Acquire upper limit of EZoom. 1, 2, 4, 8, 16 or 32 will be returned.
Allowed users admin, operator, user
Setting Upper Limit of EZoom for VN-V685/686/686B
Format /api/param?camera.motion.zoom.digitallimit=data
Example of Response camera.motion.zoom.digitallimit&202
Accepted(camera.status=save)