Skip to content

Releases: artyom-beilis/OpenLiveStacker

OpenLiveStacker beta24 - Android support

09 Dec 18:59
Compare
Choose a tag to compare

Changelog:

  • Android camera is now supported (named Internal):
    • Minimal Android version is Android 7
    • Features: controls of exposure, iso , wb, zoom, focus.
    • Support of jpeg, raw and mono output formats (from YUV), simulated mono16 - binning of mino8 without loosing accuracy
  • Gphoto2/DSLR updates
    • Added support of target capture - save on SD card on in memory.
    • Added option not to remove files - to save sequence for post processing offline on SD Card
    • Fixed sequence of image reading - not waiting for capture trigger but rather to file saved. It workaround some capture failures however adds restriction that only one image type can be saved per trigger - either Raw or Jpeg - but not both. Similar behavior to Indi
    • Improved memory useage performance for binning of raw images
  • Fixed bug that caused live stream instread of stacked stream to be displayed upon return to live view
  • Fixed support of RGB touptek cameras
  • Updated ToupTek SDK to version 20231121

OpenLiveStacker - beta23 - DSLR support

16 Sep 21:20
Compare
Choose a tag to compare

New Features:

  • Added experimental support of DSLR using libgphoto2, supported raw and jpeg. raw formats allows application of software binning and roi.
  • Added option to close video stream
  • Added enable debug logging option for camera driver. Supported by touptek and gphoto drivers only

Bug fixes:

  • Removed flush option for touptek
  • Bug fixes in touptek camera parameters/names
  • Fixed issue in v22 (not-released) that prevented using ASI and UVC cameras.

OpenLiveStacker - beta22 - DONT USE BROKEN for ASI/UVC USE beta21

20 Aug 15:33
Compare
Choose a tag to compare

New Features:

  • Added experimental support of DSLR using libgphoto2
  • Added option to close video stream
  • Added enable debug logging option for camera driver. Supported by touptek and gphoto drivers only

Bug fixes:

  • Removed flush option for touptek
  • Bug fixes in touptek camera parameters/names

OpenLiveStacker - beta21

12 Aug 20:49
Compare
Choose a tag to compare

Bug fixes:

  • Fixed #67 crash when flats are used on mono frames due to incorrect boundary protection
  • Fixed incorrect scaling of touptek raw10/12/14 streams - make sure full 16bit range is filled
  • Fixed incorrect warning sent to log

OpenLiveStacker - beta20

27 Jul 14:52
Compare
Choose a tag to compare

Changes

  • Added support of Meade cameras based on ToupTek like Meade LPI-GC Adv
  • Fixed incorrect flags querying in touptek driver
  • Added support of HDR/HCG for touptek cameras

Now official release includes arm32 and arm64 based build to shorten download, if x86 or x86_64 is needed just notify me.

OpenLiveStacker - beta19

20 Jul 20:22
Compare
Choose a tag to compare

New Features:

  • Added support of ToupTek cameras - thanks to contribution of Maxim Tonkikh
  • Updated ASI SDK to 1260_0804 - hopefully fixing ASI120 issues on some devices
  • Added selecting USB device if more than one connected (fixing crash in previous internal beta)
  • Added support of explicit ROI information for stream format list on ASI and ToupTek

OpenLiveStacker - beta18

17 Jul 16:29
Compare
Choose a tag to compare

New Features

  • Switched non-linear stretch function from gamma y=x^(1/g) to asinh y=asinh(a*x)/asinh(a) to reduce high gains to dark levels

Bug fixes:

  • Fixed some Linux related error messages: pull request #58

Experimental ToupTeck Test support v2 don't use unless you know what you are doing

15 Jul 12:58
Compare
Choose a tag to compare

Touptech test only - v2, arm64 only
v3 arm32 alt library

v6 - fixed roi and binning, added support of selecting USB device if more than one present.
v7 - attempt to support Meade OEM touptek
v8 + lineup with beta19

OpenLiveStacker - beta17

08 Jul 15:02
Compare
Choose a tag to compare

New features and updates:

  • Implemented #49 updated ASTAP to latest version and with better DB ranges
  • Add option to use tablet/smartphone screen that runs OpenLiveStacker to take flats
  • Implemented #54 mark plate solving result in screen diagonal distances for better perception
  • Implemented #44 allow modification of font size
  • Add IP and port option for Linux builds
  • Implemented #51 Save previous resolution/format/binning to prevent searching it each time

Bug fixes:

  • Fixed #55 - drop last stacked frame if delay > 0 is used (when the phone is connected to OTA and touching screen can create distorsions)
  • Fixed #53 - save lat/lon settings between restarts if not provided automatically
  • Fixed UVC driver crash due to uninitialized data
  • Fixed #56 - incorrect histogram behavior when black/0 line too high

OpenLiveStacker - beta16 - Histogram support

28 Jun 17:17
Compare
Choose a tag to compare

New Features

  • Now stretching uses histogram based UI

Bugs/Issues:

  • Fixed #50 move solve button up so no need to scroll to rerun
  • Fixed #38 request cancel confirmation if stacking collected 60s of integration time or more, improved saved data to include much more information