Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

v0.1.2

Latest
Compare
Choose a tag to compare
@aliddell aliddell released this 27 Jun 19:19
· 68 commits to main since this release
875d440

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 a uint64_t (was
    a uint32_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