Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.Devices.DeckLink
A package for using DeckLink capture cards by Blackmagic Design in VL
https://github.com/vvvv/VL.Devices.DeckLink
decklink visual-programming vl vvvv
Last synced: 2 months ago
JSON representation
A package for using DeckLink capture cards by Blackmagic Design in VL
- Host: GitHub
- URL: https://github.com/vvvv/VL.Devices.DeckLink
- Owner: vvvv
- License: lgpl-2.1
- Created: 2020-08-14T18:01:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T20:01:19.000Z (over 1 year ago)
- Last Synced: 2024-12-08T01:08:14.809Z (2 months ago)
- Topics: decklink, visual-programming, vl, vvvv
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.Devices.DeckLink - A package for using DeckLink capture cards by Blackmagic Design (Libraries / Devices)
README
# VL.Devices.DeckLink
A package for using [DeckLink](https://www.blackmagicdesign.com/products/decklink) capture cards by [Blackmagic Design](https://www.blackmagicdesign.com) in VL.Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net## Requirements:
* [Desktop Video 12.4.2](https://www.blackmagicdesign.com/support/family/capture-and-playback)## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.Devices.DeckLink -pre
Once the VL.Devices.DeckLink nuget is installed and referenced in your VL document you'll see the category "DeckLink" under "Devices" in the nodebrowser.
Demos are available via the Help Browser!