This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
What's changed
Changed
- 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
).
Added
- 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.
Fixed
- Check that the monitor's read region is fully flushed before stopping the runtime.
Full chnagelog: v0.1.1...v0.1.2