Sampson
And you can find qhy SDK here
https://github.com/qhyccd-lzr/QHYCCD_Linux
But I have not test it yet,it may not work correctly.
Regards
Max
--
You received this message because you are subscribed to the Google Groups "Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/Diqgu5iDQmY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guidi...@googlegroups.com.
Hmm, that's a linker error. What INDI library version do you have there ?
--
I have the version available in debian testing repositories :INDI Library: 1.0.0
Ok. I'll let you know.
[ 66%] Building CXX object CMakeFiles/phd2.dir/backlash_comp.cpp.o
/home/pi/phd/backlash_comp.cpp: In member function ‘void BacklashComp::_TrackBLCResults(double, double, double)’:
/home/pi/phd/backlash_comp.cpp:139: error: call of overloaded ‘abs(double&)’ is ambiguous
/usr/include/stdlib.h:775: note: candidates are: int abs(int)
/usr/include/c++/4.4/cstdlib:170: note: long long int __gnu_cxx::abs(long long int)
/usr/include/c++/4.4/cstdlib:139: note: long int std::abs(long int)
CMakeFiles/phd2.dir/build.make:1204: recipe for target 'CMakeFiles/phd2.dir/backlash_comp.cpp.o' failed
make[2]: *** [CMakeFiles/phd2.dir/backlash_comp.cpp.o] Error 1
CMakeFiles/Makefile2:126: recipe for target 'CMakeFiles/phd2.dir/all' failed
make[1]: *** [CMakeFiles/phd2.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2