Acquition time too long


×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

  • Posts: 6
  • Thank you received: 0

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

Do you want to receive the buffer or just save to disk? 500 ms is indeed quite long for a 20ms exposure. Assuming you're using latest INDI with FAST blob support, you should be getting very quick results. However, I don't think pyindi was actually updated to take. I opened a new issue to see if this be supported.

The tutorial needs some updates as well... any volunteers that'd like to edit and maintain it to current standards?
1 year 11 months ago #87205

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 0

Replied by benjamin on topic Acquition time too long


Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

If you're not tied to python, you can use the C++ client and get the fast blob support. Otherwise, we'd have to wait until INDI pyclient is updated.
1 year 11 months ago #87212

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 0

Replied by benjamin on topic Acquition time too long

Ok, thank you fo the advices.
I'll finish the other parts of the project and then I'll decide if waiting or creating a C++ extension (that could take some time as well :P ).
Benjamin
1 year 11 months ago #87232

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0

Replied by Julie on topic Acquition time too long

Hi !

I seem to have the same problem, only the blobEvent.wait() doesn't take 500ms for me, but it goes on forever just like an endless loop..
Also, this problem seems to come and go, and I can never understand why, or what has changed for it to suddenly work again.
Were you ever able to fix your long acquisition problem ?

Thanks !

Julie
1 year 7 months ago #90065

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 0

Replied by benjamin on topic Acquition time too long

Hi Julie,

On my side it is long but regular (except for the first acquisition that car take a little bit more, about 20% more time). I do not have, as you, changes in the acquisition time or endless loop.

I didn't resolved this problem, for the moment this is "almost sufficient" for my projet that just need 5 to 10 Hz acquisitions and I reached 3 Hz.
I'm working on a python library that call a c++ client that just take an image and send it to the python software. I hope it will help.

For the acquisition time, I understood that using only python, the only way it to wait for the libindi library to be updated.

I guess it does not help so much...

++
Benjamin
Last edit: 1 year 7 months ago by benjamin.
1 year 7 months ago #90157

Please Log in or Create an account to join the conversation.

Time to create page: 0.252 seconds