I spent the past winter going out on most clear nights and taking groups of shots. However, I spent a lot of time aligning my camera and changing from target to target basically required re-aligning the entire setup. My goal for this summer is to put together a system that can auto-align and take shots without requiring me to constantly fiddle with the controls.
Software that fits this goal already exists, such as kstars. However, my camera (a Lumix G7) can only be remotely controlled through a proprietary WiFi interface instead of the USB interface that most software supports. I managed to find a GitHub repo that converts the WiFi interface to the ASCOM format supported by most software. However, my camera's firmware no longer supports the interface as implemented by the repo.
I did have some success at getting gphoto to connect to the camera and I will need to do more exploring to see how much control I would have over the camera.
My mount connects over USB and its interface is well-defined so regardless of the final implementation, I'm not worried about controlling it.
I envision taking two routes for this project:
1) I create a library that connects to the camera and that can interface with kstars
2) I develop my own program that controls the mount and camera while also managing alignment and pointing.
Project 2 sounds like more fun and I'm going to try going down that route for now.
Software that fits this goal already exists, such as kstars. However, my camera (a Lumix G7) can only be remotely controlled through a proprietary WiFi interface instead of the USB interface that most software supports. I managed to find a GitHub repo that converts the WiFi interface to the ASCOM format supported by most software. However, my camera's firmware no longer supports the interface as implemented by the repo.
I did have some success at getting gphoto to connect to the camera and I will need to do more exploring to see how much control I would have over the camera.
My mount connects over USB and its interface is well-defined so regardless of the final implementation, I'm not worried about controlling it.
I envision taking two routes for this project:
1) I create a library that connects to the camera and that can interface with kstars
2) I develop my own program that controls the mount and camera while also managing alignment and pointing.
Project 2 sounds like more fun and I'm going to try going down that route for now.