23
levels. The larger the value, the stronger will be the color.
Allowed users admin, operator, user
Setting Color Level for VN-V685/686/686B
Format /api/param?camera.image.color=data
Example of setting a value /api/param?camera.image.color=50
Example of 1 step change /api/param?camera.image.color=+
Example of response
camera.image.color&202 Accepted(camera.status=save)
Interpretation Change color level value. Specify 0 to 100, "+" or "-". The value is mapped to 11 internal levels. The
larger the value, the stronger will be the color. It becomes stronger 1 step by specifying "+", softer 1 step by specifying
"-". 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 Stabilizer from VN-V685/686/686B
Format /api/param?camera.image.stabilizer
Example of response camera.image.stabilizer=on&200 OK
Interpretation Acquire stabilizer setting. "on" or "off" is returned.
Allowed users admin, operator, user
Setting Stabilizer for VN-V685/686/686B
Format /api/param?camera.image.stabilizer=data
Example of setting /api/param?camera.image.stabilizer=on
Example of response
camera.image.stabilizer&202 Accepted(camera.status=save)
Interpretation Change stabilizer setting. Specify "on" or "off". When stabilizer is on, image is zoomed (x 1.3) by
EZoom. 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 Stabilizer Level from VN-V685/686/686B
Format /api/param?camera.image.stabilizer.level
Example of response camera.image.stabilizer.level=100&200 OK
Interpretation Acquire stabilizer level. Value from 0 to 100 is returned. The level is 3 steps internally.
Allowed users admin, operator, user