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