21 releases

0.9.1 Feb 8, 2025
0.9.0 Sep 25, 2024
0.8.0 May 3, 2024
0.7.1 Feb 26, 2024
0.4.1 Jul 11, 2023

#548 in Video

Download history 1/week @ 2024-11-27 20/week @ 2024-12-04 17/week @ 2024-12-11 2/week @ 2024-12-18 154/week @ 2025-02-05 23/week @ 2025-02-12 18/week @ 2025-02-19 3/week @ 2025-02-26

198 downloads per month
Used in videostream

AGPL-3.0

33KB
542 lines

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.

No runtime deps