×

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

Bi-monthly release with minor bug fixes and improvements

ASI224MC missing green and blue?

  • Posts: 28
  • Thank you received: 1
Hey,

I am struggling to get a color picture from my ASI224MC. Looking at the histogram, it seems that the file only contains the R channel. The settings are pretty much set to default, and I haven't found anything obvious so far. I'll attached an image as reference.

Help appreciated.
4 years 8 months ago #41619
Attachments:

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

What was the video format in the ASI driver when you took this image? RGB?
4 years 8 months ago #41622

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

  • Posts: 28
  • Thank you received: 1
Yes, that was RGB24. The RAW formats are also not showing any color.
4 years 8 months ago #41623

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

This is indeed an odd error. Do you have other ASI cameras you can test? The ones I have do not exhibit this issue.
4 years 8 months ago #41629

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

  • Posts: 28
  • Thank you received: 1
No, I don't have another ASI camera. But I do have a different system to test on ;)

MacBook:
ASICAP - Image is in color
EKOS - Image is in color

RPi4:
EKOS - Image is b/w

The version of the ZWO INDI driver is exactly the same between MacOS and the RPi. The ASI SDK is older on the Mac though: 1, 14, 0315 vs. 1, 14, 0715.
4 years 8 months ago #41635

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

Can you compile INDI on rpi4 and use the older SDK to see if that makes a difference? It was changed in this PR: github.com/indilib/indi/pull/988

You can perhaps compiled at any older commit or just use the previous API and check it out? If you confirm it's an API issue, I'll inform ZWO about it.
4 years 8 months ago #41636

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

  • Posts: 28
  • Thank you received: 1
I've reverted to the previous SDK version, confirmed that the build worked under "General Info", but the image is still B&W. Next best thing will probably be to revert the whole INDI build to the same version that is successfully running on the Mac... Alternatively, doing the opposite, trying to get a newer version for the Mac...
4 years 8 months ago #41637

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

It's a good idea to do git bisect to find what broke this exactly.
4 years 8 months ago #41638

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

  • Posts: 28
  • Thank you received: 1
Good suggestion. But first I need to find a version that is running correctly on my RPi4. I just hope that this problem is not caused by one of the dependencies...
4 years 8 months ago #41639

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

  • Posts: 474
  • Thank you received: 168
At some point Ekos defaulted to resource constrained mode on Raspberry Pi and wouldn't debayer color images unless explicitely enabled unlike on Mac / PC. Worth checking that too.
The following user(s) said Thank You: Jasem Mutlaq, Boris Pruessmann
4 years 8 months ago #41641

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

  • Posts: 28
  • Thank you received: 1
D'uh. Auto Debayer it was... Thanks for that tip.

Having said that... Video is still being display B&W. Is that expected?
4 years 8 months ago #41642

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

Auto-debayering video is not yet implemented :-(

Maybe this is something you'd be interested to work on? It's C++ and Qt ;-)
4 years 8 months ago #41646

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

Time to create page: 0.907 seconds