scriptorron / indi_pylibcamera

INDI libcamera driver made in Python
MIT License
13 stars 4 forks source link

CCDciel can not do exposures in a loop #50

Closed scriptorron closed 1 year ago

scriptorron commented 1 year ago

CCDciel does not preview in a loop. When starting a series of exposures CCDciel stops after first frame and says something about "Exposure aborted". The indi_pylibcamera stopped this exposure regularly and is ready for the next exposure.

CCDciel works with the INDI CCD simulator. That makes me believe that the handshake between driver and client is different for indi_pylibcamera and indi_simulator_ccd.

There is no documentation how the handshake must look like. I will need to analyze the communication again. What a nightmare. :-(