29
Note of Iris Setting: After power on, iris setting of Home position is applied. After moving to preset position, iris setting
of the position is applied. During Auto Pan and Auto Trace, iris setting for Auto Pan and Auto Trace is applied. When
iris setting is changed by API, the change is temporal. To save current iris setting for preset position, use
camera(num).status=save. To save current iris setting for Auto Pan and Auto Trace, use
camera.motion.auto_pan.image=save.
Getting Iris from VN-V685/686/686B
Format /api/param?camera.iris
Example of response camera.iris=autoM&200 OK
Interpretation Acquire iris setting. When iris is manual, value from 0 to 100 is returned. When iris is auto,"autoL",
"autoM" or "autoH" is returned. 100 means full open.
Allowed users admin, operator, user
Setting Iris for VN-V685/686/686B
Format /api/param?camera.iris=data
Example to set fixed value /api/param?camera.iris=50
Example to set auto /api/param?camera.iris=autoM
Example to change from auto to maual /api/param?camera.iris=manual
Example of response camera.iris&202 Accepted(camera(num).status=save or
camera.motion.auto_pan.image=save)
Interpretation Change iris setting. Specify 0 to 100 to set fixed value. 100 means full open. Specify "autoL",
"autoM" or "autoH" to set auto. Specify "manual" to change from auto to manual. Current manual value is saved to
preset position by the API, camera(num).status=save. Current manual value is saved to Auto Pan and Auto Trace by the
API, camera.motion.auto_pan.image=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
Setting Iris Direction for VN-V685/686/686B
Format /api/param?camera.iris.mode=data
Example to open /api/param?camera.iris.mode=open
Example of response camera.iris.mode&200 OK
Interpretation Change direction setting fo iris. Specify "open" or "close".
Allowed users admin, operator
Operating Iris for VN-V685/686/686B
Format /api/param?camera.iris.status=data
Example to start /api/param?camera.iris.status=start