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;
 

Read More...