#deepview #visionpack #computer-vision

sys videostream-sys

Low-level FFI bindings for VideoStream Library

19 releases (7 breaking)

new 0.8.0 May 3, 2024
0.7.1 Feb 26, 2024
0.6.5 Nov 30, 2023
0.4.1 Jul 11, 2023

#400 in Video

Download history 280/week @ 2024-02-25 14/week @ 2024-03-03 13/week @ 2024-03-10 34/week @ 2024-03-31 19/week @ 2024-04-14 216/week @ 2024-04-21 157/week @ 2024-04-28

393 downloads per month
Used in videostream

AGPL-3.0

32KB
506 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.

Dependencies