文件名称:pylon-cxx:Basler相机的Pylon库的防锈包装
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-24 18:37:08
Rust
pylon-cxx-rs Basler相机的Pylon库的防锈包装。 平台支援 Windows,Linux和macOS均已测试。 建筑 这个箱子希望在通常的安装位置找到Pylon开发人员工具包。 使用常规的rust命令进行构建。 例如,运行grab示例: cargo run --example grab 在macOS上 在macOS上,请检查以下内容: : 换句话说,请执行以下操作: export LD_LIBRARY_PATH=/Library/Frameworks/pylon.framework/Libraries 相机仿真 请参阅。 这可以模拟不同的帧速率,故障等。 # on bash (e.g. linux) export PYLON_CAMEMU=2 # in Windows Powershell $Env:PYLON_CAMEMU=2 行为守则 在任何空间(包括但不限
【文件预览】:
pylon-cxx-main
----LICENSE-MIT(1023B)
----LICENSE-APACHE(9KB)
----build.rs(3KB)
----include()
--------pylon-cxx-rs.h(5KB)
--------catcher.h(729B)
----src()
--------pylon-cxx-rs.cc(11KB)
--------lib.rs(17KB)
----code_of_conduct.md(3KB)
----Cargo.toml(335B)
----examples()
--------show-pixel-formats.rs(535B)
--------show-properties.rs(588B)
--------grab.rs(2KB)
----.gitignore(18B)
----.cargo()
--------config(175B)
----README.md(2KB)