#visionpack #deepview #computer-vision

sys videostream-sys

Low-level FFI bindings for VideoStream Library

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

#544 in Video

Download history 7/week @ 2024-12-03 31/week @ 2024-12-10 2/week @ 2024-12-17 148/week @ 2025-02-04 21/week @ 2025-02-11

169 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