JVC VN-V26U Security Camera User Manual


 
Allowed users admin, operator, user
Setting Limit of Sense Up for VN-V25/26
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, 62, "+" or "-". 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.
Allowed users admin, operator
Getting ALC priority from VN-V25/26
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-V25/26
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-V25/26
Format
/api/param?camera.shutter
Example of response
camera.shutter=60&200 OK
Interpretation Acquire shutter speed setting. "auto", 30, 50, 60, 100, 250, 500, 1000, 2000, 4000, 10000 or
"flickerless" is returned. For example, 60 means shutter speed 1/60. In case of "flickerless", the shutter speed that
avoids flicker is selected automatically.
21