Camera FOV and rotation synchronization via NINA platesolving #4123
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can probably do something using the Oculars plugin properties and RemoteControl API. Try interctive scripting first, using http://stellarium.org/doc/24.0/group__oculars.html#a351c58375eb65df7cb39f736f37e4941 I see commands like Oculars.selectTelescopeAtIndex(n), Oculars.selectCCDAtIndex(n), Oculars.setSelectedCCDRotationAngle(angle), etc which should all be scriptable. |
Beta Was this translation helpful? Give feedback.
-
I came to this solution: using the
How to do it? I just don't understand what specific programming language Stellarium scripts uses, and I don't understand how to implement a curl query in script. |
Beta Was this translation helpful? Give feedback.
-
I took a different route. Instead of creating a stellarium script, I made a python script that directly controls stellarium via POST requests. |
Beta Was this translation helpful? Give feedback.
I took a different route. Instead of creating a stellarium script, I made a python script that directly controls stellarium via POST requests.
https://github.com/Quark-Coder/NINA-Stellarium-FOV-and-rotation-integration