26
Setting Limit of Sense Up for VN-V685/686/686B
Format /api/param?camera.image.senseup_limit=data
Example /api/param?camera.image.senseup_limit=4
Example of response camera.image.senseup_limit&202 Accepted(camera.status=save)
Interpretation Change limit of sense up. Specify 0, 2, 4, 8, 16, 32, 64, 128, "+" or "-". 0 means sense up is disabled.
It becomes bigger 1 step by specifying "+", smaller 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.
Sense up works when shutter speed is 1/60 or 1/100.
Allowed users admin, operator
Getting ALC priority from VN-V685/686/686B
Format /api/param?camera.auto_exposure.priority
Example of response camera.auto_exposure.priority=motion&200 OK
Interpretation Acquire ALC priority. ALC priority decides what is used first for auto exposure. "motion" or
"quality" is returned. In case of "motion", AGC is used before using sense up. In case of "quality", sense up is used
before using AGC.
Allowed users admin, operator, user
Setting ALC priority for VN-V685/686/686B
Format /api/param?camera.auto_exposure.priority=data
Example /api/param?camera.auto_exposure.priority=quality
Example of response camera.auto_exposure.priority&202
Accepted(camera.status=save)
Interpretation Change ALC priority. ALC priority decides what is used first for auto exposure. Specify "motion" or
"quality". In case of "motion", AGC is used before using sense up. In case of "quality", sense up is used before using
AGC. 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 Shutter Speed from VN-V685/686/686B
Format /api/param?camera.shutter
Example of response camera.shutter=60&200 OK
Interpretation Acquire shutter speed setting. 60, 100, 250, 500, 1000, 2000, 4000, or 10000 is returned. For example,
60 means shutter speed 1/60.
Allowed users admin, operator, user
Setting Shutter Speed for VN-V685/686/686B