Description
Gets the current exposure for the current camera.
Syntax
DCSObject.camera.exposure.getCurrent();
Parameters
None
Return value
long
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.exposure.getCurrent(); // Get the exposure for the current camera.
See also
.camera.exposure.setCurrent()
.camera.exposure.getDefault()
.camera.exposure.getMin()
.camera.exposure.getMax()
.camera.exposure.getIfAuto()
.camera.exposure.setIfAuto()
.camera.exposure.getIfDefaultAuto()