thiesmoeller / pylon-cxx

Rust wrapper of the Pylon libraries for Basler cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylon-cxx-rs

Crates.io

Rust wrapper of the Pylon libraries for Basler cameras using CXX.

Platform support

Windows, linux, and macOS are all tested.

Building

This crate expects to find the Pylon developer kit at the usual install location. Build with normal rust commands. For example, to run the grab example:

cargo run --example grab

On macOS

On macOS, check this: basler/pypylon#6 (comment) In other words, do this:

export LD_LIBRARY_PATH=/Library/Frameworks/pylon.framework/Libraries

Camera emulation

See Basler's documentation. This can simulate different frame rates, failures, etc.

# on bash (e.g. linux)
export PYLON_CAMEMU=2
# in Windows Powershell
$Env:PYLON_CAMEMU=2

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) 2020 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 Pylon library has different license terms.

About

Rust wrapper of the Pylon libraries for Basler cameras

License:Apache License 2.0


Languages

Language:Rust 62.0%Language:C++ 38.0%