×

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

Bi-monthly release with minor bug fixes and improvements

Local download works, Client download does not

  • Posts: 220
  • Thank you received: 14
Ok I have compiled myself all ( libindi - 3dparty drivers - kstars ) in 3dparty drivers select ONLY wath i need ( celestron GPS - Canon dslr gphoto - dsi ).
Now seem all work ok :)

@knro
Important change name of configuration file ( default not work ) in Projects/indi/3rdparty/indi-dsi/indi_dsi.xml.cmake
from:
<device label="Meade Deep Sky Imager (I/II)">

for example to:
<device label="Meade Deep Sky Imager">

With this change configuration file is saved and read :)
diff -Naur Projects/indi/3rdparty/indi-dsi/indi_dsi.xml.cmake Projects/indi/3rdparty/indi-dsi/indi_dsi.xml.cmake
--- Projects/indi/3rdparty/indi-dsi/indi_dsi.xml.cmake	2016-10-26 12:52:26.785362316 +0200
+++ Projects/indi/3rdparty/indi-dsi/indi_dsi.xml.cmake	2016-10-26 12:52:37.585225771 +0200
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <driversList>
 <devGroup group="CCDs">
-        <device label="Meade Deep Sky Imager (I/II)">
+        <device label="Meade Deep Sky Imager">
                 <driver name="DSI">indi_dsi_ccd</driver>
                 <version>@DSI_VERSION_MAJOR.@DSI_VERSION_MINOR@</version>
         </device>
The following user(s) said Thank You: Jasem Mutlaq
7 years 5 months ago #11023

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

Time to create page: 0.211 seconds