Luca Rosignoli replied to the topic 'Build a python-dbus script' in the forum. 2 years ago

Ok, some progress has been made.

I can connect, checks the connection and also set the camera properties through the indi dbus interface.

Now I need to use some special functionality of ekos, like the autofocus. Looking in the introspection file of ekos, I didn't find any method that start the autofocus routine.
By now, the only way that came to mind is to load a scheduler with the autofocus setp selected. But is there another method? Maybe more simply and more "command line" like?

I try to look at the API reference of Kstars and Ekos, but I think that the methods reported are only valid for C language and not for python bindings.

Thanks,

Luca

Read More...