You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Allsky Camera [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
1
+
# Allsky Camera [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
2
2
3
3
This is the source code for the Allsky Camera project described [on Instructables](http://www.instructables.com/id/Wireless-All-Sky-Camera/).
4
4
@@ -13,6 +13,7 @@ This is the source code for the Allsky Camera project described [on Instructable
13
13
In order to run the Allsky software you need:
14
14
15
15
* A Raspberry Pi Zero 2, Pi 2, Pi 3, Pi 4, Pi 5, or Le Potato.
16
+
* A version of the Raspberry Pi OS. Other operating systems like Ubuntu are NOT supported. If possible use the newest Bookworm 64-bit release of Pi OS with the "Desktop" version. Bullseye will also work. __Buster support will be dropped in the next major release__.
16
17
* A camera:
17
18
* Any ZWO camera sold before February 1, 2025,
18
19
* or one of the following cameras:
@@ -33,7 +34,6 @@ In order to run the Allsky software you need:
33
34
34
35
35
36
> __NOTES:__
36
-
> - Only the Raspberry Pi OS is supported. Other operating systems like Ubuntu are NOT supported. If possible use the newest Bookworm 64-bit release. Bullseye will also work. __Buster support will be dropped in the next major release__.
37
37
> - The ZWO ASI120-series cameras are __not__ recommended due to their tendency to produce poor-quality images.
38
38
> - The Pi Zero with its limited memory and _very_ limited CPU power is not recommended. You probably won't be able to create keograms, startrails, or timelapse videos.
39
39
> - The Pi Zero 2 with its limited memory and somewhat limited CPU power is not recommended unless cost is the only concern. Creating keograms, startrails, and timelapse videos may or may not be possible.
Copy file name to clipboardExpand all lines: config_repo/options.json.repo
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
"minimum" : "_min",
56
56
"maximum" : "_max",
57
57
"default" : "_default",
58
-
"description" : "Maximum daytime <span class='WebUISetting'>Auto-Exposure<span> time in milliseconds (1000ms = 1 sec).<br>Click <a allsky='true' external='true' href='/documentation/settings/allsky.html#daymaxautoexposure'>here</a> to see how this setting impacts the time between exposures.",
58
+
"description" : "Maximum daytime <span class='WebUISetting'>Auto-Exposure</span> time in milliseconds (1000ms = 1 sec).<br>Click <a allsky='true' external='true' href='/documentation/settings/allsky.html#daymaxautoexposure'>here</a> to see how this setting impacts the time between exposures.",
59
59
"label" : "Max Auto-Exposure",
60
60
"label_prefix" : "Daytime",
61
61
"type" : "float",
@@ -873,7 +873,7 @@
873
873
{
874
874
"name" : "debuglevel",
875
875
"default" : 1,
876
-
"description" : "Debug level. <span class='WebUIValue'>0</span> is errors only. <span class='WebUIValue'>4</span> is for Allsky developers use.",
876
+
"description" : "Debug level. Use <span class='WebUIValue'>3</span> while debugging. See the <a external='true' allsky='true' href='/documentation/settings/allsky.html#debuglevel'>documentation</a> for meaning of the levels.",
877
877
"label" : "Debug Level",
878
878
"type" : "select_integer",
879
879
"usage" : "capture",
@@ -1195,7 +1195,7 @@
1195
1195
{
1196
1196
"name" : "imageremovebadhigh",
1197
1197
"minimum" : 0,
1198
-
"maximum" : 0.5,
1198
+
"maximum" : 0.999,
1199
1199
"default" : 0.9,
1200
1200
"description" : "Delete images whose mean is above this value.<br><span class='WebUIValue'>0</span> disables this check.",
1201
1201
"label" : "Remove Bad Images Threshold High",
@@ -1405,7 +1405,7 @@
1405
1405
{
1406
1406
"name" : "timelapseextraparameters",
1407
1407
"default" : "",
1408
-
"description" : "Optional additional timelapse creation parameters. Run <code>ffmpeg -?</code> to see the options.<br>If quality is poor or the video does not plan on Apple devices, try adding <code>-level 3.1</code>.",
1408
+
"description" : "Optional additional timelapse creation parameters. Run <code>ffmpeg -?</code> to see the options.<br>If quality is poor or the video does not play on Apple devices, try adding <code>-level 3.1</code>.",
0 commit comments