×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

FLI ccd driver question...

  • Posts: 2
  • Thank you received: 0
Hello all!
I'm new in the forum and this is my first post.
I'm trying to control all my telescope equipment with INDI and after installing it in a raspberry pi (all works ok! ;) ) I have a doubt: somebody knows if FLI ccd driver can control the image download mode (1MHz or 8MHz) and the RBI flush mode, and if yes, how?
Thanks in advance.

Regards,

Pere Gil
9 years 4 months ago #2160

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

I don't think it supports that now, but if the FLI API supports those modes it can be easily added to the driver. Will have to check the API and any restrictions/requirements for those modes.
9 years 4 months ago #2166

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

Well I just looked at the API and there is no mention of image download mode nor RBI flush mode.
9 years 4 months ago #2168

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

  • Posts: 2
  • Thank you received: 0

Replied by Pere Gil on topic FLI ccd driver question...

Hi Jasem,

Thanks for your answer!
But, I just have a look at the file 'libfli.h' in the SDK libfli-1.104.zip downloaded from FLI web and it seems that the RBI flood/flush could be possible. There's defined another type of frame:

#define FLI_FRAME_TYPE_FLOOD (2)
#define FLI_FRAME_TYPE_RBI_FLUSH (FLI_FRAME_TYPE_FLOOD | FLI_FRAME_TYPE_DARK)

I'll try if I can modify the driver ( I'm not a C expert...)
9 years 4 months ago #2183

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

Time to create page: 5.389 seconds