benjamin replied to the topic 'Acquition time too long' in the forum. 2 years ago

Thanks for the answer !
And let's see what will be the answer to the issue you opened.

To answer your question : I would like to get the buffer, I process data immediately after. Not saving on the disk is not a problem.

In the exemple I gave, it is really waiting for the data that takes time, about 500ms :

self.indiclient.blobEvent.wait()

just to precise this point, obtaining data just takes a few milliseconds, and is not a problem :
self.ccd_ccd1[0].getblobdata()

Just to be sure, I checked the IndiLib version :
INDI Library: 1.9.8
Code 1.9.8-tgz. Protocol 1.7.


Read More...