0.12.0-alpha0
Pre-release
Pre-release
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 withstart_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
forFakeSync
trigger mode renamedframerate
. - 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,
replaceremote_camera = true
withstart_backend = "remote"
. The default
setting is nowstart_backend = "pylon"
to enable Basler Pylon cameras to
continue with existing Braid.toml
configuration files.)