videostream-sys

Crates.iovideostream-sys
lib.rsvideostream-sys
version0.9.0
sourcesrc
created_at2023-06-29 19:18:03.508935
updated_at2024-09-25 17:34:09.623923
descriptionLow-level FFI bindings for VideoStream Library
homepagehttps://support.deepviewml.com
repositoryhttps://github.com/DeepViewML/videostream-rs
max_upload_size
id903593
size102,470
Sébastien Taylor (sebastient)

documentation

https://docs.rs/videostream

README

videostream-sys

Low-level Rust bindings for the DeepView VideoStream Library "VSL". To use VideoStream from Rust please refer to the videostream-rs project.

Compiling

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.

Cross Compiling

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"

Support

Professional support for DeepView AI Middleware, including this library, is provided by Au-Zone Technologies through the DeepView Support Portal.

Commit count: 103

cargo fmt