×

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

Bi-monthly release with minor bug fixes and improvements

asi_ccd driver troubles

  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

Well looks like I compiled an old version of the driver given by the sources link in the download version.
This version is from 6 of september.

I downloaded the 2625 revision in the trunk but I fail to compile the asi-cam driver.
There is lot of missing or not found packages for cmake on my system (Ubuntu 15.04).
cfitsio is installed but not found.
INDI is not found however I am in the
USB-1 is an unknown
and Threads ????
I must admit that I am a little bit lost with all those required packages.
Last edit: 8 years 4 months ago by Patrick.
8 years 4 months ago #6365
The topic has been locked.
How to build & install latest libindi is a pinned topic after all!
Last edit: 8 years 4 months ago by Jasem Mutlaq.
8 years 4 months ago #6366
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

Oups sorry mised it
8 years 4 months ago #6373
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

Well I followed the howto and compiled successfully libindi but got lot of problems with drivers. I add to turn off some drivers QSI, FLI, FISHCAMP & APOGEE.
After this when compiling I get some message on the EQMOD driver compilation.


[ 2%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmod.o
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp: In constructor ‘EQMod::EQMod()’:
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:185:26: error: ‘TELESCOPE_CAN_PARK’ was not declared in this scope
SetTelescopeCapability(TELESCOPE_CAN_PARK | TELESCOPE_CAN_SYNC | TELESCOPE_CAN_ABORT | TELESCOPE_HAS_TIME | TELESCOPE_HAS_LOCATION,SLEWMODES);
^
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:185:47: error: ‘TELESCOPE_CAN_SYNC’ was not declared in this scope
SetTelescopeCapability(TELESCOPE_CAN_PARK | TELESCOPE_CAN_SYNC | TELESCOPE_CAN_ABORT | TELESCOPE_HAS_TIME | TELESCOPE_HAS_LOCATION,SLEWMODES);
^
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:185:68: error: ‘TELESCOPE_CAN_ABORT’ was not declared in this scope
SetTelescopeCapability(TELESCOPE_CAN_PARK | TELESCOPE_CAN_SYNC | TELESCOPE_CAN_ABORT | TELESCOPE_HAS_TIME | TELESCOPE_HAS_LOCATION,SLEWMODES);
^
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:185:90: error: ‘TELESCOPE_HAS_TIME’ was not declared in this scope
SetTelescopeCapability(TELESCOPE_CAN_PARK | TELESCOPE_CAN_SYNC | TELESCOPE_CAN_ABORT | TELESCOPE_HAS_TIME | TELESCOPE_HAS_LOCATION,SLEWMODES);
^
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:185:111: error: ‘TELESCOPE_HAS_LOCATION’ was not declared in this scope
SetTelescopeCapability(TELESCOPE_CAN_PARK | TELESCOPE_CAN_SYNC | TELESCOPE_CAN_ABORT | TELESCOPE_HAS_TIME | TELESCOPE_HAS_LOCATION,SLEWMODES);
^
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp: In member function ‘virtual bool EQMod::initProperties()’:
/home/pat/Projects/3rdparty/indi-eqmod/eqmod.cpp:333:63: error: ‘setDriverInterface’ was not declared in this scope
setDriverInterface(getDriverInterface() | GUIDER_INTERFACE);
^
indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/build.make:54: recipe for target 'indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmod.o' failed
make[2]: *** [indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmod.o] Error 1
CMakeFiles/Makefile2:75: recipe for target 'indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/all' failed
make[1]: *** [indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
8 years 4 months ago #6382
The topic has been locked.
You're building against old version of libindi. If you have TeamViewer, I can login tomorrow and check it out.
8 years 4 months ago #6388
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

I checked out the version of libindi as explained in the howto with svn. I assume this is the last version.
But what I haven't done is to suppress the version which was installed on my computer before installing the fresh compiled one. Might it be a problem ?
I have installed TeamViewer but I won't be really available for this day and tomorrow. Maybe later.
Is the 1.2 version of libindi and 3rdparty drivers coming soon ?
Last edit: 8 years 4 months ago by Patrick.
8 years 4 months ago #6393
The topic has been locked.
1.2.0 for pi should be available in a few hours.
The following user(s) said Thank You: Patrick
8 years 4 months ago #6394
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

So I will wait.
But will it be available for a common PC too ?
Hope it will work on odroid devices too.
8 years 4 months ago #6396
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

Can someone tell me how to update to Libindi1.2 ?
I guess that it is by reinstalling kstars-bleeding. So I do it. And I get the same result with asi driver on laptop that crash and enter in an infinite loop of restart.
Last edit: 8 years 4 months ago by Patrick.
8 years 4 months ago #6404
The topic has been locked.
Whenever you have teamviewer installed, send me an email and we'll take it from there.
8 years 4 months ago #6406
The topic has been locked.
  • Posts: 455
  • Thank you received: 51

Replied by Patrick on topic asi_ccd driver troubles

Mmm would be possible to send you an email but I don't know where to send it. Would be useful to have a private messages available on this forum.
Maybe it exists but I cna't find it :(
8 years 4 months ago #6407
The topic has been locked.
  • Posts: 6
  • Thank you received: 0
Hi,

I carefully read through this thread, but I don't see an issue like my ZWO ASI120MM capture problem.
I recently installed KStars (v 2.5.0), Indi (v 1.2.0) and indi-asicam-bleeding support in Fedora 23 Linux (as referenced on the indilib.org site).

Everything seems to work fine, I can connect the ASI120MM, it replies the camera is ready, but when I start any kind of imaging sequence, it remains stuck with message 'capturing image' forever. I can only abort, it never writes an image file.

any hint would be much appreciated, as I don't have a clue for now what to try next.

Tom
8 years 4 months ago #6420
The topic has been locked.
Time to create page: 0.454 seconds