I have a asi120mm (the old one, not -s), it can recognize by indi/linux, but can't capture image.
but the same camera worked well on indi/macos.

Read More...

I will try it latter. 3q very much

Read More...

Hi rlancaste, can you have a look at this? indilib.org/forum/focusers-filter-wheels...t-work-on-macos.html
It's an Arduino focuser, can use under linux, but can't work under macOS .

Read More...

Lynx replied to the topic 'Bahtinov Aid' in the forum. 6 years ago

Here is the C# code on github: github.com/wytsep/bahtinov-grabber

Read More...

Hi all, I build this focuser github.com/fehlfarbe/arduino-motorfocus
It worked ok on linux machine, but when I try to use it on a MacBook, kstars can't connect to it and print this message:

2017-11-20T05:52:32: [INFO] Error retreiving data from MoonLite, please ensure MoonLite controller is powered and the port is correct. 
2017-11-20T05:52:32: [ERROR] updatePostion error: Timeout error.
I read the log file, it seems that kstars can't open the serial port. After I replug the focuser, log shows that connection is ok, but handshake failed.
At the same time, I use another computer connect to the focuser's debug serial, it shows that the focuser dose not receive any thing from kstars.
But I can use Arduino ide's terminal connect to the focuser on MacBook , and it deal the commands correct.
So what can I do to identify where is the problem? thx

Read More...

Lynx created a new topic ' About manual focuser lost focus' in the forum. 7 years ago

I have found that if using autofocus, there is an option "Autofocus if HFR >", it's quite useful.
But if I use a manual focuser, is it possible to make some alarm when ekos found that the focuser lost focus?
I think it can be a highlight for ekos. :)

Read More...

Lynx created a new topic ' How to add i18n support for macOS?' in the forum. 7 years ago

I know that on linux i18n files can put in the path /usr/share/locale/LC_MESSAGE/xxx.yyy where xxx.yyy is the current locale name.
But on macOS I try to do this, it dose not work.
So I want to know where to put i18n files on macOS?
thx very much.

Read More...