-
Notifications
You must be signed in to change notification settings - Fork 8
Questions about your workflow #1
Comments
Hi, In my setup I don't guide, I have a star adventurer with a few lenses, max 200mm, so guiding is not really necessary (although it would be useful sometimes). The best way to do it would be to implement some guiding application in python using the same indi module, and possibly command line only. But in the meantime, I guess you could start a virtual X11 display, using vnc, just for the guiding, and starting lin-guider. I know it's not ideal, but at least it should work. You might also try to ask the lin-guider developer if he has plans of building a GUI-less daemon someday :) |
Thank you for answer my question. :D In fact I also use star adventurer. I want to mount a 350mm OTA on it, so I think guiding is needed. I use a raspberry pi to running indi now. My current solution is using vnc and virtual X11, it worked, but I want to make it more simple. My camera is d5300, so I can do focus and preview on that, then use web base manager control the sequence job. I think if there is a GUI-less guider, maybe can make it work as SG-4 autoguider, life may get more happy. Maybe I can ask the lin-guider guys. ;) |
Just commenting here to say thank you as well. Your classes are just exactly what I was looking for 😀 |
Thanks :D The python scripts work relatively fine now, but I don't know how to evolve it. Plus, they are a bit too slow.. not sure if it's python, pyindi-client, or the raspberry pi.. |
Hi, I too am glad I found this project :) My goal is to set up an All Sky camera controlled by a Pi Zero W. Thus I don't need a GUI, KStars and so on. In fact, my application is even more simple than your's since I do not need to check on focus, aiming and such. Owning an AAGCloudwatcher, I am thinking of running a shell script checking the Cloudwatchers status for OK, start a ~20 min sequence and then start over. A simple web interface to check/set exposure time, gain and such would sure be very nice for this application. |
Hi, glad it can be of use :) I'm actually working on an enhanced web interface, with much more features (creating and managing sequences, setting INDI device properties, possibly even previewing shots), ideally a web version Ekos. Hope to be able to get a first working prototype soon! |
Thanks for sharing your workflow.
It's just what I want to do.
But I still have a question, how about guiding in this workflow?
I want to run raspberry pi without X11, and want to know your solution.
Thank you.
The text was updated successfully, but these errors were encountered: