#visionpack #deepview #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

#431 in Video

Download history 230/week @ 2024-02-23 62/week @ 2024-03-01 12/week @ 2024-03-08 3/week @ 2024-03-15 33/week @ 2024-03-29 1/week @ 2024-04-05 17/week @ 2024-04-12 218/week @ 2024-04-19

269 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