Crates.io | decklink |
lib.rs | decklink |
version | 0.1.0 |
source | src |
created_at | 2023-03-20 22:38:26.060486 |
updated_at | 2023-03-20 22:38:26.060486 |
description | Blackmagic Decklink NDI bindings for rust |
homepage | https://github.com/julusian/rust-decklink |
repository | https://github.com/julusian/rust-decklink |
max_upload_size | |
id | 815655 |
size | 613,277 |
Blackmagic Design Decklink SDK bindings for Rust.
This aims to be an easy to use and safe wrapper around the official C++ SDK.
This makes use of a C wrapper as rust does not support using some of the needed C++ directly.
Note: This is very incomplete, but is working. The examples try to follow the official examples as closely as possible
Currently only tested on Linux x64, other platforms will likely need some work. Help on that is appreciated!
You will need to have the Decklink drivers (>=10.9.12) installed on your machine and a compatible device connected to do much with it.
CMake is also required for cargo to build the C library.
See the examples for more information.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.