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.
- Add
nqm.logger.LoggerContextManager
Python class, which automatically creates/deletes anqm.logger.Logger
object when used in awith:
statement (#81). - Add
nqm.irimager.IRImager.get_frame_monotonic
Python method, which can be used to get the monotonic time of a frame directly from the EvoCortex IRImagerDirect SDK (#84). - Add
nqm.irimager.monotonic_to_system_clock
function to convert a monotonic time to a system clock time (#84).
1.0.0 - 2023-10-30
Initial release.