diff --git a/config_repo/options.json.repo b/config_repo/options.json.repo
index 387564659..33c27a269 100644
--- a/config_repo/options.json.repo
+++ b/config_repo/options.json.repo
@@ -55,7 +55,8 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "_default",
-"description" : "Maximum daytime Auto-Exposure time in milliseconds (1000ms = 1 sec).",
+"description" : "Maximum daytime Auto-Exposure time in milliseconds (1000ms = 1 sec).
Click here to see how this setting impacts the time between exposures.",
+
"label" : "Max Auto-Exposure",
"label_prefix" : "Daytime",
"type" : "float",
@@ -68,7 +69,7 @@
"minimum" : "_min",
"maximum" : "_max",
"default" : "day_default",
-"description" : "Manual exposure time in milliseconds (1000ms = 1 sec). Can be a fraction.
If using daytime Auto-Exposure, this number is used as a starting point.",
+"description" : "Manual exposure time in milliseconds (1000ms = 1 sec). Can be a fraction.
If using daytime Auto-Exposure, this number is used as a starting point.
Click here to see how this setting impacts the time between exposures.",
"label" : "Manual Exposure",
"label_prefix" : "Daytime",
"type" : "float",
@@ -764,7 +765,7 @@
{
"name" : "consistentdelays",
"default" : true,
-"description" : "Enable to have the delays between images be a consistent length.
The time between the start of exposures will always be (max exposure + delay).",
+"description" : "Enable to have the delays between images be a consistent length.
The time between the start of exposures will always be Max Auto-Exposure + Delay.",
"label" : "Consistent Delays Between Images",
"type" : "boolean",
"usage" : "capture",
diff --git a/html/documentation/css/custom.css b/html/documentation/css/custom.css
index 75bdefa75..de1c9d54f 100644
--- a/html/documentation/css/custom.css
+++ b/html/documentation/css/custom.css
@@ -535,15 +535,12 @@ input[type="text"].has-error {
background-color: #ddd;
text-align: center;
font-weight: bold;
- padding: 1px 3px 1px 3px;
+ font-size: 1.25em;
+ padding: 3px 3px 3px 3px;
}
.dark .settingsHeader {
background-color: #333;
}
-table .settingsHeader { /* In the WebUI */
- font-size: 1.25em;
- padding: 3px 3px 3px 3px;
-}
.settingsHeaderNote {
background-color: #ccc;
font-weight: normal;
diff --git a/html/documentation/settings/allsky.html b/html/documentation/settings/allsky.html
index 94dc07f74..ea95cfce8 100644
--- a/html/documentation/settings/allsky.html
+++ b/html/documentation/settings/allsky.html
@@ -43,7 +43,7 @@
and only displays settings the camera supports, like cooler temperature for cooled cameras.
-A (partial) typical page is below. +A typical page is below.
@@ -54,7 +54,7 @@ indicates the setting's default is Camera Dependent - and is displayed in the WebUI. + and is displayed in the WebUI by hovering your cursor over the value.WebUI Setting | Default | Description | @@ -90,17 +90,26 @@|
---|---|---|---|
Max Auto-Exposure | CD | -The maximum exposure in milliseconds when using - Auto-Exposure. - When Auto-Exposure is on, - this value will be used as the delay between frames. - Ignored if Auto-Exposure is off. | +The maximum exposure in milliseconds when
+ Auto-Exposure is enabled.
+ Ignored if Auto-Exposure is disabled.
+ + When Auto-Exposure and + Consistent Delays Between Images are both on, + the time between the start of one image and the start of the next images is + the Max Auto-Exposure + Delay. |
Manual Exposure | 0.5 | Manual exposure time in milliseconds. If Auto-Exposure - is on this value is used as a starting exposure. | + is on this value is used as a starting exposure. +|
Mean Target | 0.5 | @@ -423,10 +432,29 @@||
Consistent Delays Between Images | Yes | -Enable this to force the time between the start of exposures to be a consistent length + | Enabling this makes the time between the start of one auto-exposure
+ and the start of the next exposure a consistent length
(Max Auto-Exposure + Delay).
- Doing this will result in timelapse video frames being equally spaced,
- for example, every 90 seconds, regardless of how long an individual frame's exposure is.
+ Timelapse video frames will be equally spaced.
+ + For example, if the Max Auto-Exposure is + 60 seconds and the Delay is 30 seconds, + the start of an exposure will be exactly 90 after the prior exposure's start time, + regardless of how long an individual frame's exposure is. + So if the first exposure was only 3 seconds, + the second exposure will still start 90 seconds after the first one. + + Disabling this means the time between exposure starts varies depending on + the actual length of each exposure. + At nighttime when most exposure are at their maximum length this setting + doesn't make a difference, + but during the day or at twilight the exposure length is usually not at the maximum. + ++ Note that if manual exposure is used this setting doesn't apply + since the time between exposures + (Manual Exposure + Delay) is always the same. + |
Time Format | @@ -812,7 +840,7 @@|||
Bitrate | 5000 | -Bitrate the timelapse video will be created with. + | Bitrate the timelapse video will be created with, in kilobytes.
Higher values produce better quality video but larger files.
Do NOT add a trailing k. |
Website URL | - | Your remote Website's URL, for example - https://www.mywebsite.com/allsky/. - It should end with / and NOT include - index.php. + | Your website's URL, for example
+ https://www.mywebsite.com/allsky.
- If a Website URL is specified, - the Image URL must also be specified, and vice versa. - |
Image URL | @@ -1261,6 +1288,7 @@ https://www.mywebsite.com/allsky/image.jpg. Normally this will be the Website URL followed by|||
Remote Server |