×

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

Bi-monthly release with minor bug fixes and improvements

Latest build 14-12-14 - cant connect to qhy5

  • Posts: 47
  • Thank you received: 0
Hi,

Just upgraded to latest build and qhy5 does not connect anymore. Indyserver just try to restart the qhy driver repeatly:

2014-12-14T10:17:07: Driver indi_qhy_ccd: read <getProperties device='Telescope Simulator' name='EQUATORIAL_EOD_COORD'>
2014-12-14T10:17:07: Driver indi_qhy_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2014-12-14T10:17:07: Driver indi_qhy_ccd: read <getProperties device='CCD Simulator' name='FILTER_SLOT'>
2014-12-14T10:17:07: Driver indi_qhy_ccd: snooping on CCD Simulator.FILTER_SLOT
2014-12-14T10:17:07: Driver indi_qhy_ccd: read <getProperties device='CCD Simulator' name='FILTER_NAME'>
2014-12-14T10:17:07: Driver indi_qhy_ccd: snooping on CCD Simulator.FILTER_NAME
2014-12-14T10:17:07: Driver indi_qhy_ccd: stderr EOF
2014-12-14T10:17:07: Driver indi_qhy_ccd: restart #4
2014-12-14T10:17:07: Driver indi_qhy_ccd: pid=1751 rfd=0 wfd=13 efd=14
2014-12-14T10:17:07: Driver indi_qhy_ccd: sending <getProperties version='1.7'/>
(... repeats...)

Used to work just fine on my 2x xubuntu 14.10 in a server-client setup, where I use eqmod (SW HEQ-5), gphoto (canon 1100D), FCUSB (Shoestring) and the QHY5 Mono for guiding.

By the way nice new features on the gphoto setup (ISO, subframe etc.). Thanks!

/steen
9 years 4 months ago #2381

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

This is the "official" INDI QHY driver under development from QHY itself, but it is receving very little attention now (maybe due to holidays?). Please compile 3rdparty/indi-qhy-old for the older albeit working driver.
9 years 4 months ago #2383

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

  • Posts: 47
  • Thank you received: 0
Super,

I'll give it a try...

Update: Now everything is working again!

/steen
Last edit: 9 years 4 months ago by Steen.
9 years 4 months ago #2384

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

  • Posts: 712
  • Thank you received: 174
New driver doesn't support QHY5 as far as their new SDK doesn't support it. You have to use the old one. Peter
9 years 4 months ago #2387

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

  • Posts: 112
  • Thank you received: 12
Hi,

Same thing for me. Unable to play with my QHY5. I think it is time to change. Under windows, it was the same thing. With this camera, you spend more time to install and configure the driver than using it.
I think, I'm jealous of Jasem. Everything is working fine when he's using his hardware on youtube (except when he forgot to plug ST4 cable ^^)

Where can I found, a complete list of autoguiders working under ekos. Christmas is coming !

Bye

Sébastien
Linux Mint 19 Cinnamon using PPA for latest KStars-bleeding and INDI
Raspberry Pi 3 B+ with StellarMate
Atik 314E - ASI120M - CG5 with Celestron C9.25
9 years 4 months ago #2397

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

You could get the Lodestar (they have a new version now), or the SBIG ST-I (the Mono version). Not sure if ATIK has a guide camera?
9 years 4 months ago #2398

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

  • Posts: 158
  • Thank you received: 2
- Titan if I am not wrong :)
9 years 3 months ago #2421

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

  • Posts: 17
  • Thank you received: 0
So, have the same problem with my Orion SSAG. I downloaded the 3rdparty drivers source and found no indi-qhy-old, just indi-qhy, when i try to build it, i get this:
obscontrol:~/libindi_3rdparty_0.9.9/indi-qhy$ cmake .
-- The CXX compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found CFITSIO 3.34: /usr/lib/x86_64-linux-gnu/libcfitsio.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- checking for module 'libindi'
--   found libindi, version 0.9.9
-- Found INDI: /usr/include/libindi (found version "0.9.9") 
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
-- Found libusb-1.0:
--  - Includes: /usr/include/libusb-1.0
--  - Libraries: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
-- Performing Test ERROR_NAME_COMPILE
-- Performing Test ERROR_NAME_COMPILE - Success
-- Configuring done
-- Generating done
-- Build files have been written to: ~/libindi_3rdparty_0.9.9/indi-qhy
obscontrol:~/libindi_3rdparty_0.9.9/indi-qhy$ make
Scanning dependencies of target indi_qhy_ccd
[ 10%] Building CXX object CMakeFiles/indi_qhy_ccd.dir/qhyccd.o
~/libindi_3rdparty_0.9.9/indi-qhy/qhyccd.cpp: In member function ‘virtual bool QHYCCD::initProperties()’:
~/libindi_3rdparty_0.9.9/indi-qhy/qhyccd.cpp:158:3: error: ‘Capability’ was not declared in this scope
   Capability cap;
   ^
~/libindi_3rdparty_0.9.9/indi-qhy/qhyccd.cpp:158:14: error: expected ‘;’ before ‘cap’
   Capability cap;
              ^
~/libindi_3rdparty_0.9.9/indi-qhy/qhyccd.cpp:160:3: error: ‘cap’ was not declared in this scope
   cap.canAbort = true;
   ^
~/libindi_3rdparty_0.9.9/indi-qhy/qhyccd.cpp:168:21: error: ‘SetCapability’ was not declared in this scope
   SetCapability(&cap);
                     ^
make[2]: *** [CMakeFiles/indi_qhy_ccd.dir/qhyccd.o] Error 1
make[1]: *** [CMakeFiles/indi_qhy_ccd.dir/all] Error 2
make: *** [all] Error 2

This is with gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) btw. Any ideas on what is going wrong here?
9 years 3 months ago #2557

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

indi-qhy-old is in subverison
svn co svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/indi-qhy-old
cd indi-qhy-old
cmake -DCMAKE_INSTALL_PREFIX=/usr .
sudo make install
The following user(s) said Thank You: Parser
9 years 3 months ago #2558

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

  • Posts: 31
  • Thank you received: 2
Hi!
Is the new qhy5 driver for the qhy5-II by any chanse since its not working with the old qhy5?
Erland
9 years 3 months ago #2559

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

  • Posts: 17
  • Thank you received: 0
That did the trick \o/
9 years 3 months ago #2560

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

  • Posts: 4
  • Thank you received: 0
Hi there.

I just tryed your suggestion, but I get exact the same error as wirh the "officiel" driver, when I, as root, write

# make install.

Looks like I got the officiel package, from the old directory, or what.

Any suggestion?
9 years 3 months ago #2568

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

Time to create page: 1.052 seconds