4 个版本
0.2.0 | 2022 年 8 月 15 日 |
---|---|
0.1.2 | 2022 年 7 月 30 日 |
0.1.1 | 2022 年 2 月 16 日 |
0.1.0 | 2021 年 12 月 2 日 |
86 在 #camera
每月 214 次下载
94KB
2.5K SLoC
vimba-sys
针对 Allied Vision 相机的 Vimba 库的 Rust 封装
构建
要构建
cargo build
重新生成绑定
在 Windows 上重新生成绑定
.\run-bindgen-windows.bat
在 Unix 上重新生成绑定
./run-bindgen.sh
运行示例
示例用法在 examples/synchronous-grab.rs
中。
要运行示例
cargo run --example synchronous-grab
在 Windows 上,您必须确保 VimbaC.dll
在您的 PATH
中。
行为准则
任何与该软件互动的人,包括但不限于 GitHub 仓库,都必须遵守我们的 行为准则。
许可证
本软件包版权所有(C)2021 Andrew Straw [email protected]。
根据 Apache License 2.0 <LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0> 或 MIT 许可证 <LICENSE-MIT 或 http://opensource.org/licenses/MIT> 授权,由您选择。此文件不得根据这些条款复制、修改或分发。
请注意,此许可证仅适用于此 Rust 软件包。底层的 Vimba 库有不同的许可证条款。
依赖项
~92–260KB