I've noticed that TemperatureActual only updates when the camera is not acquiring, and also on only a 30s refresh cycle.
The relevant portion of the code seems to be here:
|
status = setDoubleParam(ADTemperatureActual, temperature); |
Could it possible to measure TemperatureActual with this device during continuous acquisition? I'm not sure if this is a bug or needs to be a feature request.
I've noticed that
TemperatureActualonly updates when the camera is not acquiring, and also on only a 30s refresh cycle.The relevant portion of the code seems to be here:
ADAndor/andorApp/src/andorCCD.cpp
Line 1162 in 5a2f546
Could it possible to measure
TemperatureActualwith this device during continuous acquisition? I'm not sure if this is a bug or needs to be a feature request.