Crates.io | videostream-sys |
lib.rs | videostream-sys |
version | 0.9.0 |
source | src |
created_at | 2023-06-29 19:18:03.508935 |
updated_at | 2024-09-25 17:34:09.623923 |
description | Low-level FFI bindings for VideoStream Library |
homepage | https://support.deepviewml.com |
repository | https://github.com/DeepViewML/videostream-rs |
max_upload_size | |
id | 903593 |
size | 102,470 |
Low-level Rust bindings for the DeepView VideoStream Library "VSL". To use VideoStream from Rust please refer to the videostream-rs project.
This crate requires libvideostream to be installed but provides the videostream.h so the -dev package is not required. The Rust bindings are generated from the bundled videostream.h and are updated by the package maintainers.
When cross-compiling please ensure your $HOME/.cargo/config.toml
has the following, otherwise you can expect compilation errors.
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
Professional support for DeepView AI Middleware, including this library, is provided by Au-Zone Technologies through the DeepView Support Portal.