Skip to content

Releases: scriptorron/indi_pylibcamera

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

v2.4.0

03 Dec 12:39
0d561da
Compare
Choose a tag to compare
  • added INI switch "force_Restart" and implemented camera restart (solves crashes for IMX290 and IMX519)
  • forwarding log messages to client

v2.3.0

25 Oct 11:53
Compare
Choose a tag to compare
  • update FITS header formatting and timestamps
  • use lxml for construction of indi_pylibcamera.xml
  • renamed SwitchVector FRAME_TYPE(FRAMETYPE_RAW, FRAMETYPE_PROC) to CCD_CAPTURE_FORMAT(INDI_RAW, INDI_RGB)
    to better support AstroDMX
  • removed "setSitchVector CCD_ABORT_EXPOSURE" after each exposure start (that did not allow CCDciel to run
    exposures in loop)
  • reworked handling of CCD_ABORT_EXPOSURE
  • fixed Fast Exposure

v2.2.0: Merge pull request #47 from scriptorron/dev

15 Sep 11:54
ace0ac9
Compare
Choose a tag to compare
  • fixed Bayer pattern order for HQ camera (pycamera2 or libcamera have changed they way they report Bayer pattern order),
    BAYERPAT in FITS does not depend on "Rotation" property anymore (force_Rotation has no effect anymore),
    but Bayer pattern can now be forced with force_BayerOrder
  • sorting raw modes by size and bit depth to make the mode with most pixel and most bits/pixel the default
  • saving and loading configurations
  • bug fix: after aborting an exposure the camera stayed busy and EKOS field solver could not start a new exposure