18 releases (9 breaking)

0.9.0 May 7, 2023
0.8.3 Feb 24, 2023
0.8.0 Apr 20, 2022
0.7.0 Jul 20, 2021
0.0.1 Oct 26, 2019

#439 in Video

Download history 10/week @ 2023-12-11 42/week @ 2024-02-19 16/week @ 2024-02-26 22/week @ 2024-03-04 12/week @ 2024-03-11 34/week @ 2024-03-18 24/week @ 2024-03-25

94 downloads per month
Used in 2 crates (via aravis)

BSD-2-Clause

165KB
4K SLoC

This repository contains Rust bindings for Aravis, a vision library for GenICam based cameras.

This repository contains three crates:

  • aravis: Safe wrappers around aravis-sys.
  • aravis-utils: Command line utilities using the aravis crate.
  • aravis-sys: Raw FFI bindings to Aravis.

The API binding crates are largely generated from the relevant GIR files, with the gir tool from the gtk-rs project

Note: Not all of the API has been tested. Some parts of the Aravis API may be missing, and some may be removed in the future if they don't make sense for Rust.

Dependencies

~1.1–1.6MB
~33K SLoC