Releases: koprivajakub/prusa-rpicam-py-connect
Release 1.1.0
Automatically created release from commit c85f628512ff6724d506e09a50235ca74ace61fa
created at 2024-09-04T01:11:44
What's Changed
- fix(runtime): fix service runtime to stop abusing SD card write cycle by @koprivajakub in #2
- fix(runtime): fix typo in the error message by @koprivajakub in #3
What's changed for the user in reality
One very important thing. Previously the script generated every image upload cycle a significant I/O footprint on the SD Card. Flash memories including SD Cards, SSD drives, etc do have a finite number of rewrite cycles so the script itself was slowly killing the SD Card. The new updated version limits the number of writes to the SD card and only writes a few log lines on the startup of the process and also in case there is an error (only once when the script transitions from a healthy state into an erroneous state). This significantly lowers the amount of writes needed for the storage layer.
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
Automatically created release from commit cf64a16800b1741fc24061b3671bab144c33193d
created at 2024-08-28T21:12:51
Supporting Raspbian Bookworm arm64
Latest Release (1.1.0)
Automatically updated latest release initiated from 1.1.0
from commit c85f628512ff6724d506e09a50235ca74ace61fa
created at 2024-09-04T01:11:44