Skip to content

Commit

Permalink
Merge pull request #4296 from AllskyTeam/v2024.12.06_01
Browse files Browse the repository at this point in the history
V2024.12.06 01
  • Loading branch information
Alex-developer authored Feb 8, 2025
2 parents c60c774 + f8b9e15 commit ed8fab5
Show file tree
Hide file tree
Showing 133 changed files with 9,699 additions and 4,713 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Problem Report
description: How to report an Allsky problem.
title: "Problem Report"
body:
- type: markdown
attributes:
value: |
> [!IMPORTANT]
> First look in the GitHub [Issues](https://github.com/AllskyTeam/allsky/issues) and [Discussions](https://github.com/AllskyTeam/allsky/discussions) pages.
> Most problems have already been reported by other people, so add to their post instead of creating a new one.
- type: markdown
attributes:
value: |
> [!IMPORTANT]
> If you have a QUESTION, enter a GitHub [Q&A Discussion](https://github.com/AllskyTeam/allsky/discussions/new?category=q-a).
> If this is a FEATURE REQUEST, enter a GitHub [New Feature Discussion](https://github.com/AllskyTeam/allsky/discussions/new?category=new-feature-requests).
> 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.
- type: textarea
attributes:
label: DO NOT USE! For Allsky Team use only
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/1-feature_request.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/ISSUE_TEMPLATE/2-bug_report.yml

This file was deleted.

42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Allsky Camera ![Release](https://img.shields.io/badge/Version-v2024.12.06-green.svg) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
# Allsky Camera ![Release](https://img.shields.io/badge/Version-v2024.12.06_01-green.svg) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)

This is the source code for the Allsky Camera project described [on Instructables](http://www.instructables.com/id/Wireless-All-Sky-Camera/).
 
Expand All @@ -14,24 +14,27 @@ In order to run the Allsky software you need:

* A Raspberry Pi Zero 2, Pi 2, Pi 3, Pi 4, Pi 5, or Le Potato.
* A camera:
* Any ZWO camera sold before October 2024.
* One of the following Raspberry Pi cameras:
* RPi HQ (IMX477 sensor)
* RPi Module 3 (IMX708 sensor)
* RPi Version 1 (OV5647 sensor; NOT RECOMMENDED: 0.9 second maximum exposure)
* IMX290 60.00 fps
* ArduCam 16 MP (IMX519 sensor)
* ArduCam 64 MP (arducam_64mp sensor)
* ArduCam 462 (arducam-pivariety sensor)
* Waveshare imx219-d160 (IMX290 sensor)
* ArduCam 64 MP Owlsight (OV64a40 sensor)
* OneInchEye IMX283 (IMX283 sensor)
* Any ZWO camera sold before February 1, 2025,
* or one of the following cameras:
* Raspberry Pi:
* HQ (IMX477 sensor)
* Module 3 (IMX708 sensor)
* Version 1 (OV5647 sensor; NOT RECOMMENDED: 0.9 second maximum exposure)
* Arducam:
* 16 MP (IMX519 sensor)
* 64 MP (arducam_64mp sensor)
* 462 (arducam-pivariety sensor)
* 64 MP Owlsight (OV64a40 sensor)
* Other:
* Waveshare imx219-d160 (IMX290 sensor)
* OneInchEye IMX283 (IMX283 sensor)
* IMX290 60.00 fps


 
> __NOTES:__
> - 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__.
> - The ZWO ASI120-series cameras are __not__ recommended due to their tendency to produce errors and poor-quality images.
> - The ZWO ASI120-series cameras are __not__ recommended due to their tendency to produce poor-quality images.
> - 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.
> - 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.
> - The Le Potato is the only "Pi-compatible" board that we've found to actually be compatible, so buyer beware.
Expand Down Expand Up @@ -77,15 +80,20 @@ It should be used before requesting support on GitHub.

 
<!-- =============================================================================== -->
## Allsky Website and remote server
## Allsky Website

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.
You can also install the Allsky Website on a remote server so it can be viewable via the Internet.

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.

&nbsp;
<!-- =============================================================================== -->
## Remote server
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.

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.

---


Expand Down Expand Up @@ -123,6 +131,10 @@ By default, a timelapse video is generated at the end of nighttime from all of t

"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.


See [Explanations / How To --> Timelapses](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/explanations/timelapses.html).


---


Expand Down
Loading

0 comments on commit ed8fab5

Please sign in to comment.