Replies: 7 comments 11 replies
-
@CleverJay Look in /var/log/allsky.log to see what the timings are. For example, how long between start a picture and when it is finished saving? It takes some amount of time to save the picture, which depends on what camera you have. How long is it actually sleeping between shots? If you have a ZWO camera, what is your max nighttime exposure? That determines how long it waits between shots. |
Beta Was this translation helpful? Give feedback.
-
@CleverJay Can you attach /etc/raspap/settings_RPiHQ.json ? |
Beta Was this translation helpful? Give feedback.
-
@CleverJay I'm pretty sure there's a bug in the way the software calculates how long to sleep at night. I assume it's sleeping for 30 seconds during the day (your daytime delay setting)? |
Beta Was this translation helpful? Give feedback.
-
I increased my debug level to 4. Mar 11 11:21:24 allsky allsky.sh[6185]: > Capture command: raspistill --output '/home/pi/allsky/tmp/allsky-20220311112123.jpg' --thumb none --burst -st --timeout 1 --nopreview --mode 3 --exposure off --shutter 1 --analoggain 1 --exif IFD0.Artist=li_1_1 --awb auto --saturation 50 --brightness 55 --quality 100 |
Beta Was this translation helpful? Give feedback.
-
I ran raspistill on the command line and executed in a couple seconds. Mar 11 17:29:36 allsky allsky.sh[962]: > Capture command: raspistill --output '/home/pi/allsky/tmp/allsky-20220311172936.jpg' --thumb none --burst -st --timeout 1 --nopreview --mode 3 --exposure off --shutter 1 --analoggain 1 --exif IFD0.Artist=li_1_1 --awb auto --saturation 50 --brightness 55 --quality 100 |
Beta Was this translation helpful? Give feedback.
-
@mpinnuck Mark, Your delay is different than @CleverJay's. His is/was due to the length of time Allsky sleeps between taking pictures, while yours is due to how long it takes to capture an image. What type of Pi do you have? On my Pi 4 I haven't noticed any delay due to getting the focus metric. However, I just put in a change to only get the focus metric if the user wants it displayed ("Show focus" setting in the WebUI). Basically, the change was to prepend |
Beta Was this translation helpful? Give feedback.
-
Sounds like your pi (sd card) is bricked,
Just increase the debug level to 3 and run it, it will give you the timing.
The difference is surprising when you look at the specs for the 3A+ and the 4b.
The 4b is a desktop compared to the 3A+ especially if you have 4gb mem.
I am sure the focus routine would not have got this far if it caused you the problems it has caused me. I am trying to get close to full exposure of the night sky with no gaps in satellites, meteor showers and planes. I am getting 30sec exposers with a 1-3 sec gap.
The 3A+ only has 512 mb of ram, if it starts to page swap, the execution times could blow out significantly. The focus routine makes many passes thru 12 meg of pixels for a magic number that is not used. With the function removed i get captures every 30sec give or take a couple of secs, the function in add 40-60 secs between images. You can see my experience in the couple of log entries I posted.
For focusing I stream video in a vnc session, to use the number in allsky for focusing is not practical.
On a different topic have you come across any solutions for dew?
… On 12 Mar 2022, at 10:15 am, EricClaeys ***@***.***> wrote:
@mpinnuck Mark, that's a huge difference compared to my 4B. When I get it running again I will time it with and without the focus function, but it was calling the focus funtion with no noticable delay.
I updated my Pi a couple days ago and got a "timeout" error near the end, and now it gets a kernel trap while booting, so it's currently unusable and I don't know how to fix it other than wipe the SD card and reload Linux.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
My night time exposure setting is 58000ms with a 2000ms delay, so that I can hopefully acquire one frame per minute. Allsky is only capturing one frame (image) every two minutes. I will try setting the delay to the default 5ms tonight, but that doesn't seem like long enough for Allsky to write the image. Any thoughts or solutions?
Beta Was this translation helpful? Give feedback.
All reactions