Indi Allsky Versions Save

Software to manage a Linux-based All Sky Camera.

indi_v2024.02.1

2 months ago

What's Changed

Full Changelog: https://github.com/aaronwmorris/indi-allsky/compare/v8.0...indi_v2024.02.1

v8.0

2 months ago

What's Changed

Full Changelog: https://github.com/aaronwmorris/indi-allsky/compare/v7.9...v8.0

v7.9

3 months ago

What's Changed

Full Changelog: https://github.com/aaronwmorris/indi-allsky/compare/v7.7...v7.9

v7.7

5 months ago
  • Cardinal directions image overlay
  • Fish-eye to panorama perspective conversion
  • Support using JPEG and PNG sources for dark frame calibration
  • New logo and favicon
  • Abort exposures when camera is hung
  • Separate connect and read timeouts for file transfer functions

v7.6

6 months ago
  • BREAKING CHANGE: Detection masks utilized before geometry changes
  • GCP Storage
  • pyCurl Camera for remote web cam support
  • FITS image processing
  • Raspberry Pi OS Bookworm/Debian 12 support
  • Images stored in database using relative paths
  • IIS and Hubble tracking info
  • Satellite tracking in Astropanel
  • Fix SCNR Average Neutral processing
  • Removed GPS time sync

v7.4

8 months ago

Smoke data from NOAA HMS 16-bit CLAHE contrast enhancement SyncAPI security enhancements Passenger and CGI interfaces Astropanel integration

v7.2

9 months ago

Release 7.2 is primarily an architecture change.

Previously, the camera/hardware management occurred in the same process as the main program loop. In release 7.2, I have separated the camera management from the main program loop. The main program loop only handles process management and config management. The capture process is now fully independent. A reload event now completely shuts down the indi client and a new process is created with a new client. If the indi process were to crash, a new process would get created within a few seconds.

This might also help (very slightly) with memory, since using separate processes in python multiprocessing performs a full copy of memory in the new processes. None of the memory related to indi and camera management is copied to the other processes anymore.

File transfer processes are now converted to threads. This should significantly reduce the impact of memory usage when more threads are used. I have increased the default threads to 2.

v7.1

10 months ago

Data from the NOAA Space Weather Prediction Center is used to predict the possibility of aurora activity. Text overlay customizations. Add image saturation controls.

v7.0

11 months ago
  • Image stretching
  • Docker support

v6.3

1 year ago
  • Authentication handled directly in web application
    • Multiple user support
  • Multi-camera support in web portal
  • Add passive indi camera support
    • Multiple indi-allsky instances can utilize the same camera
  • SyncAPI REST service
  • Remote web portal
  • S3 Object Storage support
  • Multiple upload worker support
  • MySQL/MariaDB support
  • Configs stored/versioned in database
  • libcamera temperature support
  • File transfer credential encryption
  • Logo overlay support
  • Image circle mask