Replies: 11 comments 13 replies
-
@rchadgray See this Wiki page. @maserowik has done a great job doing exactly what you want. |
Beta Was this translation helpful? Give feedback.
-
@rchadgray you will see two txt file attached to files under the photo i saved the extra file on my pi 0 * * * * /home/pi/AllSky_Personal/extra.sh then in the allsky web gui added the output to the extra text file if you have any question please let me know. MIke |
Beta Was this translation helpful? Give feedback.
-
@rchadgray Sorry, I thought you had a ZWO. Unfortunately the RPiHQ camera has very limited abilities to add text to the image sk in doesn'thave the "extra text" option. We hope to fix that in the future. |
Beta Was this translation helpful? Give feedback.
-
I will just write up a bash script to use image magick to add the text to the images in the mean time. |
Beta Was this translation helpful? Give feedback.
-
@rchadgray after you've done that would you please post your script? I would like to see it and I am sure others would as well. |
Beta Was this translation helpful? Give feedback.
-
@rchadgray I just created a Wiki page for overlays and describe the |
Beta Was this translation helpful? Give feedback.
-
Missed this discussion :-( - Just posted #815 |
Beta Was this translation helpful? Give feedback.
-
Hoi All I do the same as @maserowik @rchadgray define the extra text file and I update that file via node-red(https://nodered.org/) which is running a also on my all-sky PI. I start using that to control my heater, which switch on or of with a relay. I feed my AAG weather information in there. the last version of the AAG SOLO weather station has MQTT active. I created a flow which based on MQTT collect the values and put that in the file. My AAG SOLO updates are within 30 seconds will moonless nights my exposure time is also 30 seconds. I am not a scientist so that for me oke The flow looks like this My ultimate goal is that the cloud threshold of my weather station will be updated depending on the status report of the all-sky. I am not a programmer but I can create some small script, in combination with node-red, does the job for me ;-) if there is interest in my flow give me pm the I will share it. |
Beta Was this translation helpful? Give feedback.
-
I am starting to like the idea of storing all this data (including images) in a database and doing a graphical representation with Grafana. As long as your data has a time stamp you can make some really cool data displays. I did work a bit more on my script using imagemagick to put text on the images that AllSky creates. it works and needs more fine tuning. Also you need to know linux in order to set it up and use it. Also your weather station needs an API or way of getting the data out via curl. |
Beta Was this translation helpful? Give feedback.
-
@rchadgray, Feedback, both good and bad, is appreciated. |
Beta Was this translation helpful? Give feedback.
-
The newest version of capture_RPiHQ is now available. It supports Bullseye and text overlays. |
Beta Was this translation helpful? Give feedback.
-
Hello, i am using the RPI HQ camera and i would like to add data from my weather station to the images.
Is this a feature that is being worked on?
Can i use image magick to add the text to my images? I would want to make an HTTP request to get the data from my weather station first then insert it into the image made.
Any tips on where in the code to look at adding this? I write scripts, but I am not a C++ coder
Thanks!
Chad
Beta Was this translation helpful? Give feedback.
All reactions