×

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

Bi-monthly release with minor bug fixes and improvements

Ekos streaming controls for ZWO ASI

  • Posts: 71
  • Thank you received: 2
In the specs for the ASI183MM camera, different frames per second rates are given for both 10 bit ADC and 12 bit ADC. But it seems there is not a corresponding switch in Ekos, not under the streaming tab nor under the control tab.

What is more, using Python Imageio Pyav plugin, it appears that the data contained in the .ser file when streaming is saved contains only 8 bit data. Well, sort of. Each pixel is assigned 3 unsigned 8 bit integers, but since the ASI183MM is monochrome, those integers are all the same.

Is there a way to save 10 or 12 bit data in Ekos?

Is this a FAQ? Are there any relevant docs?

Thanks.
1 year 11 months ago #82758

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

RAW formats are either 8 or 16bit. You can check the ASI SDK header file, there is no method available from I can see to switch 10 and 12 bits ADCs.
1 year 11 months ago #82777

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

  • Posts: 351
  • Thank you received: 109
Try enable high speed mode. That usually switch ADC to lower bit rate.
1 year 11 months ago #82780

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

  • Posts: 2877
  • Thank you received: 812
My understanding is that with cameras with bit depths like 10, 12, or 14 bit, they either scale the data up to 16 bits, or down to 8 bits depending on your preference. Many programs don't really have the ability to deal with those other bit depths. I am not sure, but I think the scaling is done either in ASI's driver or in the camera itself.
1 year 11 months ago #82782

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

Time to create page: 0.391 seconds