Releases: eat-sleep-code/camera
Releases · eat-sleep-code/camera
v2022.01.03
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/cameraso 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
- 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
- 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
- Adds on-screen controls for use with touch screens.
Shutter improvements and bug fixes
- 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/pibefore capture initiates - Updates to documentation regarding Infrared cameras, etc.
Initial Release
First "fit-for-production" release.