#camera #bindings #image #api-bindings #vimba #allied-vision

vimba-sys

Rust wrapper of the Vimba library for Allied Vision cameras

4 releases

0.2.0 Aug 15, 2022
0.1.2 Jul 30, 2022
0.1.1 Feb 16, 2022
0.1.0 Dec 2, 2021

#867 in Images

Download history 70/week @ 2023-12-08 33/week @ 2023-12-15 2/week @ 2023-12-22 18/week @ 2024-01-12 112/week @ 2024-01-19 198/week @ 2024-01-26 97/week @ 2024-02-02 69/week @ 2024-02-09 34/week @ 2024-02-16 70/week @ 2024-02-23 145/week @ 2024-03-01 72/week @ 2024-03-08 63/week @ 2024-03-15 45/week @ 2024-03-22

333 downloads per month

MIT/Apache

94KB
2.5K SLoC

vimba-sys

Crates.io

Rust wrapper of the Vimba library for Allied Vision cameras

Building

To build:

cargo build

Regenerate the bindings

To regenerate the bindings on Windows:

.\run-bindgen-windows.bat

To regenerate the bindings on unix:

./run-bindgen.sh

Run example

There is an example of usage in examples/synchronous-grab.rs.

To run the example:

cargo run --example synchronous-grab

On Windows, you must ensure that VimbaC.dll is in your PATH.

Code of conduct

Anyone who interacts with this software in any space, including but not limited to this GitHub repository, must follow our code of conduct.

License

This crate is Copyright (C) 2021 Andrew Straw strawman@astraw.com.

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option. This file may not be copied, modified, or distributed except according to those terms.

Note that this license only covers this Rust crate. The underlying Vimba library has different license terms.

Dependencies

~92–260KB