Description
Specifies whether to set the iris automatically.
Syntax
DCSObject.camera.iris.setIfAuto(auto);
Parameters
<bool>
auto
: Specifies whether the setting is controlled manually or automatically.
Return value
bool
true
indicates success. false
indicates failure.
Remarks
The method should be called after camera.selectCamera()
. If there is only one data source available, it will be selected automatically.
Example
DCSObject.camera.selectCamera("Integrated Camera"); DCSObject.camera.iris.setIfAuto(true);
See also
.camera.iris.setCurrent()
.camera.iris.getCurrent()
.camera.iris.getDefault()
.camera.iris.getMin()
.camera.iris.getMax()
.camera.iris.getIfAuto()
.camera.iris.getIfDefaultAuto()