Skip to content

0.12.0-alpha0

Pre-release
Pre-release
Compare
Choose a tag to compare
@astraw astraw released this 31 May 05:53
· 1207 commits to main since this release

0.12.0-alpha0 - 2022-05-31

Added

  • Added support from Allied Vision Technologies cameras using the Vimba driver.
    In the braid .toml configuration file, specify the camera with start_backend = "vimba".
  • Added support to save raw, uncompressed video to the MKV container format.
  • Save camera gamma to MKV files.
  • For Strand Cam and Braid, simplify defaults so that cargo build --release is
    as close to just working as possible. The browser frontends still need to be
    built but an explicit compile time error is shown if this remains to be done.
  • Build for Ubuntu 22.04 (Jammy)

Changed

  • Parameter fps for FakeSync trigger mode renamed framerate.
  • Braid no longer runs an in-process strand-cam but rather launches a child
    process for each camera. This enables support of other camera drivers and will
    enable braid to run with cameras from multiple vendors. This builds off the
    remote camera support.
  • Remote cameras for braid are specified using start_backend = "remote" in the
    [[cameras]] section of the Braid .toml configuration file. (To update,
    replace remote_camera = true with start_backend = "remote". The default
    setting is now start_backend = "pylon" to enable Basler Pylon cameras to
    continue with existing Braid .toml configuration files.)