SetArrayTemperature
Syntax
CameraAPI.SetArrayTemperature( temperature );
Parameters
double temperature
The target temperature.
Returns
None
Remarks
Sets the target temperature of the camera array. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a
try/catch
block.