24
Setting Stabilizer Level for VN-V685/686/686B
Format /api/param?camera.image.stabilizer.level=data
Example of setting /api/param?camera.image.stabilizer.level=0
Example of setting to strengthen /api/param?camera.image.stabilizer.level=+
Example of response
camera.image.stabilizer.level&202 Accepted(camera.status=save)
Interpretation Change stabilizer level setting. Specify from 0 to 100, "+" or "-". "+" or "-" changes the level 1 step.
The level is 3 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 DNR from VN-V685/686/686B
Format /api/param?camera.image.dnr
Example of response camera.image.dnr=on&200 OK
Interpretation Acquire DNR (Digital Noise Reduction) setting. "on" or "off" is returned. DNR improves noise in
dark image. DNR is valid when AGC is autoM or autoH. In VN-V685/686B from v3.00, DNR is removed and 3D noise
reduction is added. Refer to the "Getting 3D Noise Reduction from VN-V685/686B" for details. In VN-V685/686B
from v3.00, this API is available, but using camera.image.3ddnr, is recommended. When "camera.image.3ddnr" is
"off", "off" is returned. When "camera.image.3ddnr" is not "off", "on" is returned.
Allowed users admin, operator, user
Setting DNR for VN-V685/686/686B
Format /api/param?camera.image.dnr=data
Example of setting /api/param?camera.image.dnr=on
Example of response
camera.image.dnr&202 Accepted(camera.status=save)
Interpretation Change DNR setting. Specify "on" or "off". DNR improves noise in dark image. DNR is valid when
AGC is autoM or autoH. The change is saved by the API, camera.status=save. If the change is not saved, the setting is
restored by reboot. In VN-V685/686B from v3.00, DNR is removed and 3D noise reduction is added. Refer to the
"Setting 3D Noise Reduction for VN-V685/686B" for details. In VN-V685/686B from v3.00, this API is available, but
using camera.image.3ddnr, is recommended. When "off" is set, "camera.image.3ddnr" is set to "off". When changed
from "off" to "on", "camera.image.3ddnr" is restored to previous setting, "low", "mid" or "high".
Allowed users admin, operator
Getting 3D Noise Reduction from VN-V685/686B
Format /api/param?camera.image.3ddnr