<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Install_Indi-Allsky</id>
	<title>Install Indi-Allsky - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Install_Indi-Allsky"/>
	<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Install_Indi-Allsky&amp;action=history"/>
	<updated>2026-04-14T06:01:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Install_Indi-Allsky&amp;diff=300&amp;oldid=prev</id>
		<title>Lynn: Created page with &quot;The Indi-Allsky system has a vertically facing camera that takes timelapse sky photos. The software creates time lapse videos and allows for instant camera views. The configuration is built upon a standard Raspberry Pi OS installation. The Cliff Notes version is below. =Create OS Image SD Card= Once there is a running system, use either the console or preferable an SSH session to perform the basic configurations steps.   The ADSB.im feeder systems are treated as appl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Install_Indi-Allsky&amp;diff=300&amp;oldid=prev"/>
		<updated>2026-01-25T00:08:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The Indi-Allsky system has a vertically facing camera that takes timelapse sky photos. The software creates time lapse videos and allows for instant camera views. The configuration is built upon a standard Raspberry Pi OS installation. The Cliff Notes version is below. =&lt;a href=&quot;/index.php?title=Create_OS_Image_SD_Card&quot; title=&quot;Create OS Image SD Card&quot;&gt;Create OS Image SD Card&lt;/a&gt;= Once there is a running system, use either the console or preferable an SSH session to perform the basic configurations steps.   The ADSB.im feeder systems are treated as appl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Indi-Allsky system has a vertically facing camera that takes timelapse sky photos. The software creates time lapse videos and allows for instant camera views. The configuration is built upon a standard Raspberry Pi OS installation. The Cliff Notes version is below.&lt;br /&gt;
=[[Create OS Image SD Card]]=&lt;br /&gt;
Once there is a running system, use either the console or preferable an SSH session to perform the basic configurations steps. &lt;br /&gt;
&lt;br /&gt;
The ADSB.im feeder systems are treated as appliances so don&amp;#039;t do the normal update steps for them. It is quite likely that something will break if you do that.&lt;br /&gt;
&lt;br /&gt;
For typical systems, apply the updates before continuing:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight &amp;gt;&lt;br /&gt;
=Install Common Utility Applications=&lt;br /&gt;
==[[Install System Utilities]]==&lt;br /&gt;
==[[Install Cockpit]]==&lt;br /&gt;
==[[Install VNC Server]]==&lt;br /&gt;
==[[Install Top like Tools]]==&lt;br /&gt;
==[[Install Tailscale]]==&lt;br /&gt;
==Copy the Configured SD Card to NVMe Stick==&lt;br /&gt;
The installation can proceed using the SD card but a better approach at this point is to copy the SD card image to the NVMe stick that was built into the system&lt;br /&gt;
&lt;br /&gt;
Use the SD Card Copier: Accessories-&amp;gt;SD Card Copier&lt;br /&gt;
&lt;br /&gt;
Choose the SD card from the Copy from Device drop down: /dev/mmcblk0&amp;lt;br&amp;gt;&lt;br /&gt;
Choose the NVMe stick from the Copy to Device drop down: /dev/sda&amp;lt;br&amp;gt;&lt;br /&gt;
...and click on start.&lt;br /&gt;
&lt;br /&gt;
When the copy process is complete, shutdown and power off. Remove the SD card and power the system back up. The system should boot normally, just faster.&lt;br /&gt;
&lt;br /&gt;
Because the /boot/firmware directory is mounted by id, it is possible that it will not be mounted on the copy when it boots. The /boot/firmware directory should not be empty. If it is, run the following command to clear things up:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; line&amp;gt;&lt;br /&gt;
sudo systemctl daemon-reload&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Install Indi Allsky]]==&lt;br /&gt;
[https://github.com/aaronwmorris/indi-allsky Indi-Allsky Overview]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://github.com/aaronwmorris/indi-allsky/wiki Indi-Allsky Management]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://github.com/aaronwmorris/indi-allsky/wiki/Getting-Started Getting Started]&lt;br /&gt;
==Weather Forcast APIs==&lt;br /&gt;
===OpenWeatherMap===&lt;br /&gt;
&lt;br /&gt;
 URL: https://home.openweathermap.org&lt;br /&gt;
 Email: lynnmacey@gmail&lt;br /&gt;
 User: sjclynn/Mcpherson123!&lt;br /&gt;
 API Key: 975d4ab32841382c4e94238b9fd037f6&lt;br /&gt;
&lt;br /&gt;
==Step 1: Enable Camera==&lt;br /&gt;
{{note | This should enable it, but it isn&amp;#039;t visible. Skip for now.}}&lt;br /&gt;
Even if we don&amp;#039;t use it, the system up to support a camera if it is attached.&lt;br /&gt;
{{note | The lastest vesions of the camera utilities are of the form rpicam-hello rather than libcamera-hello. Try thos versions before installing this }}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot; line&amp;gt;&lt;br /&gt;
sudo apt install -y libcamera-apps&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure the camera is enabled in /boot/firmware/config.txt. Add or verify the following lines:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
camera_auto_detect=1&lt;br /&gt;
dtoverlay=vc4-kms-v3d,cma-512&lt;br /&gt;
dtoverlay=imx708&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Out of the box, the only change necessary was to append cma-512 to the dtoverlay line&lt;br /&gt;
==Step 2: Up to Date==&lt;br /&gt;
Begin by ensuring that your Raspberry Pi OS is up to date. Open a terminal or SSH session and run the following commands:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt update &amp;amp;&amp;amp; sudo apt upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This will update the package lists and upgrade any installed packages to their latest versions.&lt;br /&gt;
==Step 3: Install INDI from Source==&lt;br /&gt;
INDI-AllSky requires INDI. Follow the Astroisk guide [https://astroisk.nl/raspberry-pi-5-indi/ Installing INDI on a Raspberry Pi 5] to make sure you have the latest version available.&lt;br /&gt;
&lt;br /&gt;
Skip Step 3: Installing 3rd Party Device Drivers. The Indi application is a generalised yet comprehensive astrophotography tool that is used for a variety of cameras, mounts and telescopes. The Indi-Allsky application, as it is implemented here doesn&amp;#039;t require any of these extensions.&lt;br /&gt;
&lt;br /&gt;
==Step 4: Install Required Dependencies==&lt;br /&gt;
Some of these packages are already installed, but there is no harm in mentioning them all here, just in case:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install git python3 python3-pip libopencv-dev python3-opencv ffmpeg&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==Step 5: Connect and Verify PiCamera==&lt;br /&gt;
Connect your Pi HQ camera, or whichever camera you choose, using the CSI/DSI connector. The cable to connect the camera to a Raspberry Pi 4 board is a constant width and grey. The Raspberry Pi 5 connection port is smaller than for earlier Pi models, so an adaptor cable may be needed For the Raspberry Pi cameras, this cable is brown and narrows at the computer end. The Raspberry Pi should automatically recognise the camera, without the need to enable anything in the system configuration.&lt;br /&gt;
&lt;br /&gt;
With the camera connected, enter the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
rpicam-hello --list-cameras&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This should respond with the camera’s details:&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
 Available cameras&lt;br /&gt;
-----------------&lt;br /&gt;
0 : imx708_wide_noir [4608x2592 10-bit RGGB] (/base/soc/i2c0mux/i2c@1/imx708@1a)&lt;br /&gt;
    Modes: &amp;#039;SRGGB10_CSI2P&amp;#039; : 1536x864 [120.13 fps - (768, 432)/3072x1728 crop]&lt;br /&gt;
                             2304x1296 [56.03 fps - (0, 0)/4608x2592 crop]&lt;br /&gt;
                             4608x2592 [14.35 fps - (0, 0)/4608x2592 crop]&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
These details are needed for configuring INDI-AllSky.&lt;br /&gt;
==Step 6: Download INDI-AllSky==&lt;br /&gt;
Create a project directory into which the source will be downloaded:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
mkdir ~/Projects&lt;br /&gt;
cd ~/Project&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
The latest version of INDI-AllSky is cloned and installed from the official Github repository:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://github.com/aaronwmorris/indi-allsky.git&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The system should appear at: http://localhost/indi-allsky. If you have done the installation remotely, replace localhost with the appropriate IP address.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Return to:&amp;#039;&amp;#039;&amp;#039; [[Technical Guides]], [[ADS-B Reception, Decoding &amp;amp; Sharing]]&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>