Skip to content

Releases: eat-sleep-code/camera

v2022.01.03

04 Jan 05:40

Choose a tag to compare

Updates

  • Migrate to the current version of PiDNG (formerly PyDNG)
  • Add library dependency that numpy expects
  • Hard-code image directory in controls.py as some users were attempting to launch the program from other directories which caused image load errors. Installation script already assumes directory should be /home/pi/camera so this should not really be an issue.

Known Issues

  • Raspberry Pi OS Bullseye is not yet supported. This is due to a dependency on the Raspberry Pi Foundation's camera integration library which is currently undergoing a rewrite and is not yet supported on Bullseye. We will issue a new release when this library is publicly available.

v2021.03.07

08 Mar 02:29

Choose a tag to compare

  • Added ability to switch video mode. Currently this allows you to switch between 30fps (default) and 24fps ("cinematic"). The ability to shoot other formats be added in the future.
  • Slight adjustments were made to icons, preview area, etc.

v2021.02.11

12 Feb 06:53

Choose a tag to compare

  • Remove exit button from on-screen display
  • Add video record button (with blinking record indicator)
  • Add code to support video recording at 1080p/30

v2021.01.22

23 Jan 07:04
ea352e8

Choose a tag to compare

  • Adds on-screen controls for use with touch screens.

Shutter improvements and bug fixes

19 Sep 19:37
7049349

Choose a tag to compare

  • Change shutter speed input to milliseconds (instead of microseconds)
  • Increase maximum shutter speed to 30s
  • Increase granularity of shutter speed setting
  • Ensure that program is executing from /home/pi before capture initiates
  • Updates to documentation regarding Infrared cameras, etc.

Initial Release

11 Sep 06:17
27f756f

Choose a tag to compare

First "fit-for-production" release.