Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blackmagic Decklink Interfaces for .Net

I am searching for interfaces for a decklink video device for C# .Net using DirectShowLib.Net.

It seems, there are available, because they are used here: blackmagic SDK in c# Unfortunately there is no information, which library is used and the comment which ask for more information was ignored.

But I don't have an idea, where to find them. Would be nice, if someone can give me an hint.

like image 217
Maria Avatar asked Jul 05 '12 16:07

Maria


People also ask

What does Blackmagic DeckLink do?

DeckLink cards let you capture from cameras, decks and live feeds directly into editing, effects and design software applications such as DaVinci Resolve.

What is DeckLink output?

The DeckLink Output module is used to send audio & video from any source to a Blackmagic DeckLink card like the Intensity Pro (HDMI) or DeckLink Duo (SDI).

What is Blackmagic DeckLink SDK Mac?

The DeckLink SDK is cross platform, providing control of hardware and interfaces to allow you to easily perform common tasks! Plus, when purchasing in volume for use in your products, you can take advantage of great OEM discounts.

What does a DeckLink duo do?

DeckLink Quad HDMI Recorder is a high performance PCIe card that lets you capture from 4 different HDMI sources in any combination of SD, HD, Ultra HD, 4K and even computer formats, all at the same time!


1 Answers

SDK is available off Blackmagic website: Blackmagic Design SDKs. The sample code is mostly C++, however a part is in C# as well. The SDK has all IDL files on it and you can convert the interfaces into .NET compatible shape.

like image 121
Roman R. Avatar answered Oct 05 '22 14:10

Roman R.