yanked vzense-rust

High-level library for Vzense cameras

7 releases

0.1.6 Oct 2, 2024
0.1.5 Oct 1, 2024
Download history 679/week @ 2024-10-01 3/week @ 2024-10-08

682 downloads per month

MIT license

9.5MB
2.5K SLoC

Contains (ELF lib, 7.5MB) vzense-lib/libImgPreProcess.so, (ELF lib, 2MB) vzense-lib/libvzense_api.so

Vzense ToF Camera Bindings for Rust

This library provides high-level bindings to connect to and read data from Vzense Time of Flight (ToF) Cameras. The underlying low-level FFI crate vzense-sys was created with bindgen.

OS support

Currently only Linux is supported (got no Windows machine to test; for MacOS, Vzense unfortunately does not provide drivers). The library is based on the Vzense SDK Linux repository and was tested on Debian 12.7, but should also work on other distros based on it, like Ubuntu. Support for other distros (e.g., Arch) is possible using the respective headers and libraries from the repository and rebuilding the bindings (support can be added upon request).

Camera support

Currently only the Vzense DCAM560 is supported (the only one that could be tested), but other models like DCAM305, DCAM550, and DCAM710 can be added upon request.

Example and Usage

The basic example covers all the functionality provided by the library and can be run with cargo run --example basic. To stream with maximum frame rate add --release. The show-image crate is necessary to display the data.

If an executable is used on a machine it was not built on, make sure it can find the shared libraries in vzense-lib/.

Contributing

Any suggestions to improve this library are welcome. There are certainly many features that should be added if time permits.

License

This project is licensed under the terms of the MIT license.

Dependencies