As I still have issues getting images from my ASI120MM when used together with EQMod I took a look into the code of indi_asi_ccd.cpp. When requesting an image, lets say one second exposure time, the log is flooded with "ASIGetExposureStatus failed. Restarting exposure..." messages. From my point of view a counter inside ASICCD::getExposure() should prevent such a possibly infinite loop. The retry counter is initialized inside the function but the function is called anew when retrying to get an image. Thus the counter is reset to zero again and thus making it useless. I'm referring to stable PPA code. Agree? Disagree?
CS
Klaus

Read More...