nMAC replied to the topic 'QHY CCD problem with frame dimensions' in the forum. 2 years ago

Well I have just made the test with the latest SDK and it seems that qhy6 does not support live frame, here are my results:

nmac@nnnnn-Linux:/usr/local/lib$ ls -al libqhyccd.*
-rw-r--r-- 1 nmac nmac 11648696 nov 19 18:40 libqhyccd.a
lrwxrwxrwx 1 nmac nmac 15 set 16 07:33 libqhyccd.so -> libqhyccd.so.20
lrwxrwxrwx 1 root root 24 nov 19 18:43 libqhyccd.so.20 -> libqhyccd.so.21.10.12.16 -rw-r--r-- 1 root root 3816536 nov 19 18:40 libqhyccd.so.21.10.12.16
nmac@nnnn-Linux:/usr/local/lib$
nmac@nnnnnLinux:/usr/local/lib$ ldd /usr/bin/indi_qhy_ccd | grep qhy

libqhyccd.so.21 => /lib/x86_64-linux-gnu/libqhyccd.so.21 (0x00007f86e9f60000)

nmac@nnnn-Linux:/usr/local/lib$ /usr/local/testapp/LiveFrameMode/LiveFrameSample
QHYCCD|QHYCCD.CPP|GetQHYCCDSDKVersion|21 10 12 16
QHYCCD SDK Version: V20211012_16

-- 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.24.11584
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.12.16 svn: 11499 ************************************
QHYCCD|QHYCCD.CPP|InitQHYCCDResource|Load ini filePath = /usr/local/lib fileName = qhyccd.ini
Init SDK success!
Yes!Found QHYCCD,the num is 1
connected to the first camera from the list,id is QHY6-M-010aXXXXXXXXXXXX
Open QHYCCD success!
Firmware version:2011_2_8

The detected camera is not support live frame.
SDK resources released.
nmac@nnnn-Linux:/usr/local/lib$


INDI is pointing to a different place: libqhyccd.so.21 => /lib/x86_64-linux-gnu/libqhyccd.so.21
I have already replaced this symlink to the SDK one and the results are exactly the same.

Read More...