×

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

Bi-monthly release with minor bug fixes and improvements

QHY driver not recognizing Color version of QHY9 camera.

  • Posts: 155
  • Thank you received: 10
Hello

The QHY driver appears not to recognize that QHY9 cameras exist in, both, monochrome and color. KStars reports camera as -m which I assume means the driver can not debayer color images? No setting for debayer is provided. Has anyone used a color QHY camera with KStars?

Dan
6 years 6 months ago #19334

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

  • Posts: 4
  • Thank you received: 1
Hi, probably to late. I've the same problem. The root of the problem is in the QHY SDK. I solved it by recompiling the indi_qhy_ccd driver. To test my theory I've make this change at the API call
/////////////////////////////////////////////////////////////////////// Color Support////////////////////////////////////////////////////////////////////
ret = IsQHYCCDControlAvailable(m_CameraHandle, CAM_COLOR);
ret = BAYER_RG;
 
2 years 5 months ago #76528

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

This must be fixed in QHY SDK as the issue is there and no INDI driver per se.
2 years 5 months ago #76549

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

  • Posts: 4
  • Thank you received: 1
Thanks to mail QHY reporting the problem.

Lets hope they fix it

Thanks
The following user(s) said Thank You: Dan Holler
2 years 5 months ago #76596

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

  • Posts: 155
  • Thank you received: 10
Thanks Jose. I haven't logged in for a quite a long time. I will use your work around.
2 years 2 months ago #79247

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

Time to create page: 0.699 seconds