Page 1 of 1

Using DeckLink API in a java project

PostPosted: Fri Jun 22, 2018 10:05 am
by zwang135
Hello forum!

I've been working on a C# project with DeckLink API for couple weeks. I noticed that the .dll file for DeckLink API was automatically created when building in those examples from SDK, but I don't really understand how this worked. Now I need to start another project using java, what are the possible ways that I can use DeckLink API in a java project?

Thanks!
Zicheng Wang

Re: Using DeckLink API in a java project

PostPosted: Fri Sep 27, 2019 4:19 pm
by tautin
Hi,
You may get some results with JNI (to communicate with the C++ BlackMagic SDK) + GStreamer Java (to display videos in a Java or JavaFX video view).