Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julusian/decklink-c
Wrapper around the Blackmagic Decklink SDK for use in C or language bindings which do not support C++
https://github.com/julusian/decklink-c
blackmagic-design c decklink video
Last synced: 22 days ago
JSON representation
Wrapper around the Blackmagic Decklink SDK for use in C or language bindings which do not support C++
- Host: GitHub
- URL: https://github.com/julusian/decklink-c
- Owner: Julusian
- License: apache-2.0
- Created: 2019-05-03T18:56:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T03:22:35.000Z (11 months ago)
- Last Synced: 2024-11-01T18:51:35.599Z (2 months ago)
- Topics: blackmagic-design, c, decklink, video
- Language: C++
- Size: 268 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Decklink_C
Blackmagic Design Decklink SDK wrapper for C compatability or for other language bindings.
This is a minimal auto-generated wrapper around the official C++ SDK.
## Installation
Clone the library and include `include/decklink_c.h` in your project to get going. 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.## Usage
The official SDK documentation is a useful reference for this library.
See the examples for more information.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
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.