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

Releases: acquire-project/acquire-video-runtime

Nightly Release

03 Jan 04:28
8219f5f
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release
Bump tests/acquire-driver-common from `7308ef5` to `fe1ad29` (#148)

Bumps
[tests/acquire-driver-common](https://github.com/acquire-project/acquire-driver-common)
from `7308ef5` to `fe1ad29`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/acquire-project/acquire-driver-common/commit/fe1ad294802f1a525e54e677b6047bbd1e0169db"><code>fe1ad29</code></a>
Bump tests/integration/acquire-video-runtime from <code>42c5041</code>
to <code>a63a29e</code> (<a
href="https://redirect.github.com/acquire-project/acquire-driver-common/issues/98">#98</a>)</li>
<li>See full diff in <a
href="https://github.com/acquire-project/acquire-driver-common/compare/7308ef5f450532af2052e15ef63252f6de8064bf...fe1ad294802f1a525e54e677b6047bbd1e0169db">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.2

27 Jun 19:19
875d440
Compare
Choose a tag to compare

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

Initial release

11 May 16:23
1c9c27e
Compare
Choose a tag to compare
v0.1.1

update acquire-driver-common (#8)