Shorter exposure time during start of nighttime mode #3768
Replies: 3 comments
-
|
@apinkney97, Alex, I'm curious why you are using a GitHub commit rather than a release? The commit you have is for the next release, so I'm surprised it's even working on the release you have. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @EricClaeys , thanks for replying. I guess I was wondering why these were the default settings. Maybe there is a reason it's this way that I haven't understood?
I followed the installation instructions here, which tell you to clone the repo, so I ended up with whatever |
Beta Was this translation helpful? Give feedback.
-
|
The defaults work fairly well for many people, who generally expect night pictures to be darker than day pictures. Most people take around 60 second night pictures because anything longer tends to produce star trails and hence look unnatural. By the way, welcome to Allsky! I think after you have it running the way you want, you'll find it's pretty nice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a new user. I have allsky running on a Pi 5 with an HQ cam, on commit 478f3e6.
I haven't changed any of the default settings except enabling
Daytime Save.When allsky switches from daytime mode to nighttime mode, the exposure time seems to drop, when I'd have thought it would increase.
Here's an excerpt from the logs around the switchover time:
Details
and here is an overview of the images captured:

The slightly brighter image (row 3 column 2) is
image-20240724214700.jpg, the first one of night mode, with 809.13 ms exposure time. The next image is much darker, with only 38.62 ms exposure time. As you can see the exposure time goes up to around 300 ms, but it seems strange to me that this is still a lot less than the exposure time at the end of daytime mode.Is this expected behaviour or a bug? Are there some settings I should change?
For reference here's my
config/settings.json:Details
{ "takeDaytimeImages": "1", "saveDaytimeImages": "1", "dayautoexposure": "1", "daymaxautoexposure": "60000", "dayexposure": "500", "daymean": "0.5", "daymeanthreshold": "0.1", "daybrightness": "0", "daydelay": "30000", "dayautogain": "0", "daymaxautogain": "16", "daygain": "1", "daybin": "1", "dayawb": "0", "daywbr": "2.5", "daywbb": "2", "dayskipframes": "5", "dayTuningFile": "", "nightautoexposure": "1", "nightmaxautoexposure": "60000", "nightexposure": "10000", "nightmean": "0.2", "nightmeanthreshold": "0.1", "nightbrightness": "0", "nightdelay": "30000", "nightautogain": "0", "nightmaxautogain": "16", "nightgain": "8", "nightbin": "1", "nightawb": "0", "nightwbr": "2.5", "nightwbb": "2", "nightskipframes": "1", "nightTuningFile": "", "config": "[none]", "extraArgs": "", "saturation": "1", "contrast": "1", "sharpness": "1", "width": "0", "height": "0", "type": "99", "quality": "95", "filename": "image.jpg", "flip": "0", "notificationimages": "1", "consistentDelays": "1", "timeformat": "%Y%m%d %H:%M:%S", "latitude": "redacted", "longitude": "redacted", "angle": "-6", "takeDarkFrames": "0", "useDarkFrames": "0", "locale": "en_GB.UTF-8", "debuglevel": "1", "useLogin": "1", "overlayMethod": "0", "showTime": "1", "showTemp": "1", "temptype": "C", "showExposure": "1", "showGain": "0", "showBrightness": "0", "showMean": "0", "showFocus": "0", "text": "", "extratext": "", "extratextage": "0", "textlineheight": "30", "textx": "15", "texty": "35", "fontname": "0", "fontcolor": "255 0 0", "smallfontcolor": "0 0 255", "fonttype": "0", "fontsize": "7", "fontline": "1", "outlinefont": "0", "displaySettings": "0", "showonmap": "0", "websiteurl": "", "imageurl": "", "location": "", "owner": "", "camera": "RPi HQ", "lens": "", "computer": "", "cameraType": "RPi", "cameraModel": "HQ", "lastChanged": "2024-07-22 16:38:01" }Beta Was this translation helpful? Give feedback.
All reactions