Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlackMagicLib code #4

Open
BananaHemic opened this issue Mar 27, 2020 · 0 comments
Open

BlackMagicLib code #4

BananaHemic opened this issue Mar 27, 2020 · 0 comments

Comments

@BananaHemic
Copy link

I'm trying to extend this plugin to get more information about the video stream to improve synchronization with a secondary input source. To do this, I need to call a method provided by the DeckLink SDK.

Previously, I had figured that the plugin would be directly calling the DeckLink SDK, but it is instead using BlackmagicLib.dll. It seems BlackmagicLib is encapsulating the actual communication to DeckLink, which I need to access for my application. My question is, how can I get the BlackMagicLib source code or, if that's not possible, how can I access the IDeckLinkVideoFrame in the OnFrameReceived callback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant