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
> First look in the GitHub [Issues](https://github.com/AllskyTeam/allsky/issues) and [Discussions](https://github.com/AllskyTeam/allsky/discussions) pages.
10
+
> Most problems have already been reported by other people, so add to their post instead of creating a new one.
11
+
- type: markdown
12
+
attributes:
13
+
value: |
14
+
> [!IMPORTANT]
15
+
> If you have a QUESTION, enter a GitHub [Q&A Discussion](https://github.com/AllskyTeam/allsky/discussions/new?category=q-a).
16
+
> If this is a FEATURE REQUEST, enter a GitHub [New Feature Discussion](https://github.com/AllskyTeam/allsky/discussions/new?category=new-feature-requests).
17
+
> In this is a problem with the Allsky Software, see the [Reporting Problems](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/troubleshooting/reportingProblems.html) documentation page.
Copy file name to clipboardExpand all lines: README.md
+27-15Lines changed: 27 additions & 15 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
@@ -14,24 +14,27 @@ 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
16
* A camera:
17
-
* Any ZWO camera sold before October 2024.
18
-
* One of the following Raspberry Pi cameras:
19
-
* RPi HQ (IMX477 sensor)
20
-
* RPi Module 3 (IMX708 sensor)
21
-
* RPi Version 1 (OV5647 sensor; NOT RECOMMENDED: 0.9 second maximum exposure)
22
-
* IMX290 60.00 fps
23
-
* ArduCam 16 MP (IMX519 sensor)
24
-
* ArduCam 64 MP (arducam_64mp sensor)
25
-
* ArduCam 462 (arducam-pivariety sensor)
26
-
* Waveshare imx219-d160 (IMX290 sensor)
27
-
* ArduCam 64 MP Owlsight (OV64a40 sensor)
28
-
* OneInchEye IMX283 (IMX283 sensor)
17
+
* Any ZWO camera sold before February 1, 2025,
18
+
* or one of the following cameras:
19
+
* Raspberry Pi:
20
+
* HQ (IMX477 sensor)
21
+
* Module 3 (IMX708 sensor)
22
+
* Version 1 (OV5647 sensor; NOT RECOMMENDED: 0.9 second maximum exposure)
23
+
* Arducam:
24
+
* 16 MP (IMX519 sensor)
25
+
* 64 MP (arducam_64mp sensor)
26
+
* 462 (arducam-pivariety sensor)
27
+
* 64 MP Owlsight (OV64a40 sensor)
28
+
* Other:
29
+
* Waveshare imx219-d160 (IMX290 sensor)
30
+
* OneInchEye IMX283 (IMX283 sensor)
31
+
* IMX290 60.00 fps
29
32
30
33
31
34
32
35
> __NOTES:__
33
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__.
34
-
> - The ZWO ASI120-series cameras are __not__ recommended due to their tendency to produce errors and poor-quality images.
37
+
> - The ZWO ASI120-series cameras are __not__ recommended due to their tendency to produce poor-quality images.
35
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.
36
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.
37
40
> - The Le Potato is the only "Pi-compatible" board that we've found to actually be compatible, so buyer beware.
@@ -77,15 +80,20 @@ It should be used before requesting support on GitHub.
The local Allsky Website (i.e., on the Pi) is installed with Allsky but must be enabled in the WebUI in order to use it.
83
86
You can also install the Allsky Website on a remote server so it can be viewable via the Internet.
84
87
85
88
See [Installation / Upgrading --> Website](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/installations/AllskyWebsite.html) for information on how to install and configure an Allsky Website.
Allsky images, keograms, startrails, and timelapse videos can optionally be uploaded to a remote server __not__ running an Allsky Website. This is useful if you have a personal website and want to include the most recent Allsky images.
88
94
95
+
See [Installation / Upgrading --> Remote server](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/installations/RemoteServer.html) for information on how to configure a remote server.
96
+
89
97
---
90
98
91
99
@@ -123,6 +131,10 @@ By default, a timelapse video is generated at the end of nighttime from all of t
123
131
124
132
"Mini" timelapse videos can also be created every few images, and contain the last several images. They are useful to see what the sky was recently like.
125
133
134
+
135
+
See [Explanations / How To --> Timelapses](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/explanations/timelapses.html).
0 commit comments