Skip to content

Releases: scriptorron/indi_pylibcamera

v2.9.0: Merge pull request #84 from scriptorron/implement-raw-mono

18 Jun 14:49
e71390d
Compare
Choose a tag to compare
  • added "RAW Mono" image format: a monochrome image calculated from raw Bayer image:
    has same size as the raw image but has 2 bit more depth, in contrast to that the ISP processed "Mono" image has 8 bit only

v2.8.1

21 May 09:57
Compare
Choose a tag to compare

fixed client-driver handshake for storing exposures remotely

Multiple cameras on same Pi

14 May 09:38
4dd49d0
Compare
Choose a tag to compare

This release provides 5 binary names indi_pylibcamera, indi_pylibcamera2, indi_pylibcamera3, ... indi_pylibcamera5 to allow running of up to 5 driver instances with different cameras in parallel. For instance you can operate 2 HQ cameras to a Pi 5.

Please see README.md for details.

v2.7.0

30 Nov 19:37
4bff74c
Compare
Choose a tag to compare
  • implemented Mono frame
  • scaled RGB and Mono frames have now binning-factor in FITS header
  • minor code cleanup and optimization
  • minimized FITS metadata to avoid trouble with plate solver
  • moved folders CamerInfos and testpattern out of Python library

v2.6.5

07 Oct 14:22
Compare
Choose a tag to compare
  • supports distros which use command python to start Python3
  • typo in "Disconnect" label fixed

v2.6.4

15 May 12:56
Compare
Choose a tag to compare

fixed exposure time bug for IMX296

v2.6.3

08 May 08:20
Compare
Choose a tag to compare

Fixed issues with incompatible package versions.
New installation instructions!

v2.6.2

03 May 12:24
Compare
Choose a tag to compare
  • fixed ROWORDER attribute in FITS images (was leading to wrong colors in some post-processing tools)
  • installation instructions for newer Raspberry Pi OS

v2.6.0

29 Feb 13:51
Compare
Choose a tag to compare
  • support for monochrome cameras
  • support for new raw and RGB frame formats (including monochrome)
  • disable astropy to download the latest IERS-A table from internet to avoid errors during observation session
  • better stability of exposure loop

v2.5.0

27 Dec 13:33
Compare
Choose a tag to compare

support for Pi 5 and Bookworm