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.
0.1.2 - 2023-06-27
- After the storage thread starts, the runtime will signal the storage device to expect an image shape from the camera.
- Reflect a change in core-libs:
StorageProperties::chunking::max_bytes_per_chunk
is now auint64_t
(was auint32_t
).
- Nightly releases.
- The runtime will also get the storage property metadata when it gets the configuration metadata.
- Can optionally link against the DLL version of the MSVC runtime.
- Check that the monitor's read region is fully flushed before stopping the runtime.