All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Notes on increasing the i2c baudrate.
- Changed
time-lapse.py
so it runs faster (i2c baudrate increased on Pi), has currently commented out lines for limiting how many images it captures and moved some lines of code around to try and boost performance.
- Added exception catch to
thermal-to-images.py
for aValueError
. Caused byNan
conversion to float.
- Blank line at the end of
requirements.txt
for clarity.
camera.py
was loading removed images, this was no longer needed.camera.py
was calling the wrong method.thermal.py
was not calling the class method.
- Initial version.
README.md
has details on the repo.