Thomas Mason replied to the topic 'Update broke QHY' in the forum. 2 years ago

Upgrading to Indi Library 1.9.3 broke both my QHY and ASI, ekos can't connect. I am running Ubuntu 20.04. qhy_ccd_test wortks OK:

thomas@plutoniborg:~$ ls -lac /usr/lib/x86_64-linux-gnu/*qhy*
lrwxrwxrwx 1 root root 15 Nov 11 07:32 /usr/lib/x86_64-linux-gnu/libqhyccd.so -> libqhyccd.so.21
lrwxrwxrwx 1 root root 15 Oct 5 06:11 /usr/lib/x86_64-linux-gnu/libqhyccd.so.20 -> libqhyccd.so.21
lrwxrwxrwx 1 root root 21 Nov 11 07:32 /usr/lib/x86_64-linux-gnu/libqhyccd.so.21 -> libqhyccd.so.21.10.26
-rw-r--r-- 1 root root 3517648 Nov 11 07:32 /usr/lib/x86_64-linux-gnu/libqhyccd.so.21.10.26
thomas@plutoniborg:~$ qhy_ccd_test
QHY Test CCD using SingleFrameMode, Version: 1.00
-- qhyccd.cpp param
QHYCCD|QHYCCD.CPP|InitQHYCCDResource()|START
QHYCCD|QHYCCD.CPP|InitQHYCCDResource|auto_detect_camera:false,call InitQHYCCDResourceInside
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|START
QHYCCD|QHYCCD.CPP|libusb_version 1.0.23.11397
QHYCCD|QHYCCD.CPP|libusb_init(libqhyccd_context) called...
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|numdev set to 0
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|END
************************** config file path 21.10.26.22 svn: 11577 ************************************
QHYCCD|QHYCCD.CPP|InitQHYCCDResource|Load ini filePath = /home/thomas fileName = qhyccd.ini
SDK resources initialized.
Number of QHYCCD cameras found: 1
Application connected to the following camera from the list: Index: 1, cameraID = QHY600M-f1917744a6b9cb949
Open QHYCCD success.
SetQHYCCDStreamMode set to: 0, success.
InitQHYCCD success.
GetQHYCCDOverScanArea:
Overscan Area startX x startY : 0 x 0
Overscan Area sizeX x sizeY : 10 x 6388
GetQHYCCDEffectiveArea:
Effective Area startX x startY: 0 x 0
Effective Area sizeX x sizeY : 10 x 6388
GetQHYCCDChipInfo:
Effective Area startX x startY: 0 x 0
Chip size width x height : 36.096 x 24.147 [mm]
Pixel size width x height : 3.760 x 3.760 [um]
Image size width x height : 9600 x 6422
This is a mono camera.
SetQHYCCDParam CONTROL_USBTRAFFIC set to: 10, success.
SetQHYCCDParam CONTROL_GAIN set to: 10, success
SetQHYCCDParam CONTROL_GAIN set to: 140, success.
Default read mode: 0
Default read mode name PhotoGraphic DSO 16BIT
Read mode name PhotoGraphic DSO 16BIT
GetQHYCCDChipInfo in this ReadMode: imageW: 9600 imageH: 6422
Read mode name High Gain Mode 16BIT
GetQHYCCDChipInfo in this ReadMode: imageW: 9600 imageH: 6422
Read mode name Extend Fullwell Mode
GetQHYCCDChipInfo in this ReadMode: imageW: 9600 imageH: 6422
Read mode name Extend Fullwell 2CMS
GetQHYCCDChipInfo in this ReadMode: imageW: 9600 imageH: 6422
Read mode name 14bit mode (Fiber Only)
GetQHYCCDChipInfo in this ReadMode: imageW: 9600 imageH: 6422
SetQHYCCDParam CONTROL_EXPOSURE set to: 1, success.
SetQHYCCDResolution roiStartX x roiStartY: 0 x 0
SetQHYCCDResolution roiSizeX x roiSizeY : 9600 x 6422
SetQHYCCDBinMode set to: binX: 1, binY: 1, success.
SetQHYCCDParam CONTROL_GAIN set to: 10, success.
ExpQHYCCDSingleFrame(pCamHandle) - start...
ExpQHYCCDSingleFrame(pCamHandle) - end...
ExpQHYCCDSingleFrame success (0).
Allocated memory for frame: 253053600 [uchar].
GetQHYCCDSingleFrame: 9600 x 6422, bpp: 16, channels: 1, success.
CancelQHYCCDExposingAndReadout success.
Close QHYCCD success.
SDK resources released.
thomas@plutoniborg:~$

Read More...