×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Inova CCD

  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Thanks,

I've tried to copy the library, but now, libcfitsio.so.4 is missing (on Raspbian).
2017-08-07T11:11:54: Driver indi_inova_ccd: indi_inova_ccd: error while loading shared libraries: libcfitsio.so.4: cannot open shared object file: No such file or directory
...

I done this :
sudo cp /usr/lib/arm-linux-gnueabihf/libcfitsio.so.2 /usr/lib/arm-linux-gnueabihf/libcfitsio.so.4
To obtain that :
pi@raspberrypi:/ $ indiserver -v indi_inova_ccd
2017-08-07T11:25:42: startup: indiserver -v indi_inova_ccd 
2017-08-07T11:25:42: Driver indi_inova_ccd: pid=1518 rfd=3 wfd=6 efd=7
2017-08-07T11:25:42: listening to port 7624 on fd 4
2017-08-07T11:25:42: Driver indi_inova_ccd: indi_inova_ccd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by indi_inova_ccd)
2017-08-07T11:25:42: Driver indi_inova_ccd: indi_inova_ccd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/arm-linux-gnueabihf/libinovasdk.so)
2017-08-07T11:25:42: Driver indi_inova_ccd: stderr EOF
Child process 1518 died
...
libinova-dev and libcfitsio-dev are installed.
pi@raspberrypi:/ $ locate libcfitsio
/usr/lib/arm-linux-gnueabihf/libcfitsio.a
/usr/lib/arm-linux-gnueabihf/libcfitsio.so
/usr/lib/arm-linux-gnueabihf/libcfitsio.so.2
/usr/lib/arm-linux-gnueabihf/libcfitsio.so.2.3.37
...

The same on Ubuntu Mate.

Olivier
Last edit: 6 years 7 months ago by Olivier Masse.
6 years 7 months ago #18351
The topic has been locked.
  • Posts: 57
  • Thank you received: 28

Replied by Ilia on topic Inova CCD

Then nothing to do: this deb seems to be built on a different version of linux. I tried with my custom arm yakkety distribution and it works.
Ilias.
The following user(s) said Thank You: Olivier Masse
6 years 7 months ago #18365
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

I can't blame them, I blame Debian. They have made an absolute mess with libcfitsio. First it was .3 then they say no let's make that .2 and now it's .4 ? They can't seem to reach a consensus and they don't care how it affects programs linking to it.
The following user(s) said Thank You: Olivier Masse
6 years 7 months ago #18366
The topic has been locked.
  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Thanks a lot knro and Platone for the explains. I will use the ASI instead for now.

Olivier
The following user(s) said Thank You: Ilia
Last edit: 6 years 7 months ago by Olivier Masse.
6 years 7 months ago #18371
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

inova should have made the Ubuntu package for 16.04 since it's LTS at any rate or they can submit their driver to INDI for inclusion so they don't have to worry about building it, like all other manufacturers do.
The following user(s) said Thank You: Romain Fafet
6 years 7 months ago #18373
The topic has been locked.
  • Posts: 18
  • Thank you received: 14

Replied by Romain Fafet on topic Inova CCD

Indi v1.5.0 has been released with a driver for Inova cameras: indi_inovaplx_ccd. It works fine for me both on my laptop and on my raspberry :)

The driver is not installed automatically when you update indi, you have to install it manually with the sdk:
sudo apt-get install indi-inovaplx libinovasdk
The following user(s) said Thank You: Ilia
6 years 7 months ago #18604
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

yeah I was waiting for reports before inclusion with indi-full
The following user(s) said Thank You: Ilia
6 years 7 months ago #18605
The topic has been locked.
  • Posts: 22
  • Thank you received: 0

Replied by Revellat on topic Inova CCD

Hello,

I Try the indi_inova_ccd driver Version 1.3.0. in this context :
Camera i-Nova NBC-M
Kstars and Ekos,
Ubuntu Mate V 16.4

I can only connect the camera!
I look the xml file and the indi documentation and found two errors in the file indi_inova_ccd.xml :
  • in the driver the label the label is "i.nova" Camera and in the xml file it is "i-nova Camera"
  • the driver use a skeleton, in this case the element "device" shall have a "skek" attribute with th file name of the skeleton
I modify the file V (see attachement) ande the behavor of the driver change :
  • I can set exposure, binning and the frame's parameters
  • I obtain the "General info"
  • I cannot set gain and black level"
  • The value of the gain an the black level included in the file "indi_inova_ccd_sk" does not appears in the tab "Image setting"oI cannot set gain and black level"

I Think the problem is limited to gain and black level parameters.

I see that the INDI V1. version is released. I try to update my INDI version. An update has been performed but I remain under INDI version 1.4 201707201842.
It was also impossible to obtain the new driver inovaPlx.
How must I do to obtain INDI 1.5 and inovaPlx driver?
Philippe
6 years 7 months ago #18617
Attachments:
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

Are you using the PPA? This is how to get daily builds for INDI.
6 years 7 months ago #18621
The topic has been locked.
  • Posts: 22
  • Thank you received: 0

Replied by Revellat on topic Inova CCD

Yes I am using PPA and obtain only INDI version 1.4 20170720 for ubuntu 16.10

see attachements

Philippe
6 years 7 months ago #18632
Attachments:
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

16.10 not support by Launchpad. only 16.04, 17.04 and 17.10
6 years 7 months ago #18634
The topic has been locked.
  • Posts: 22
  • Thank you received: 0

Replied by Revellat on topic Inova CCD

OK thank you. I have to change my distribution!!

Philippe
6 years 7 months ago #18636
The topic has been locked.
Time to create page: 1.008 seconds