How to Seperate Key and Fill signal through Code

Ask software engineering and SDK questions for developers working on Mac OS X, Windows or Linux.
  • Author
  • Message
Offline

ShilpiR_beesys

  • Posts: 17
  • Joined: Mon Apr 22, 2019 7:15 am
  • Real Name: Shilpi Rustagi

How to Seperate Key and Fill signal through Code

PostMon Jul 29, 2019 10:47 am

Hi....

I am using DeckLink Quad2 card and Blackmagic DeckLink SDK 10.11.4.. Can somebody please tell me how can i get the Key(Alpha channel) out and the fill out from the two different channels. Tried to run the GDIKeyer example but that is suppose is for the bypass .. please help
Offline

Cameron Nichols

Blackmagic Design

  • Posts: 443
  • Joined: Mon Sep 04, 2017 4:05 am

Re: How to Seperate Key and Fill signal through Code

PostTue Jul 30, 2019 6:14 am

Hi Shilpi,

By default the GdiKeyer sample outputs internal key - where the key frame is blended on the input stream on a full-duplex device. To change this sample to fill/key mode - where pair of connectors output the fill and key - please make the following change to code:

GdiKeyer.cpp|line 392:
Code: Select all
//deckLinkKeyer->Enable(false);                     // Enable internal keying
deckLinkKeyer->Enable(true);                     // Enable fill/key keying


Regards
Cameron
Offline

ShilpiR_beesys

  • Posts: 17
  • Joined: Mon Apr 22, 2019 7:15 am
  • Real Name: Shilpi Rustagi

Re: How to Seperate Key and Fill signal through Code

PostFri Aug 02, 2019 11:15 am

Hi cameron ,

Thanks it worked for me

Return to Software Developers

Who is online

Users browsing this forum: No registered users and 8 guests