Page 1 of 1

ByPass Availability

PostPosted: Thu May 21, 2020 2:48 am
by ShilpiR_beesys
HI ,

Can anyone tell which Blackmagic cards support ByPass . Does Decklink Quad2 support ByPass because the status i m getting is that it does not support

Code: Select all
   BOOL hasBypass = FALSE;
   if ((deckLinkAttributes->GetFlag(BMDDeckLinkHasBypass, &hasBypass) != S_OK) || !hasBypass)
      BEE_LOG(L"~@ BMD CARD DOES NOT SUPPORT BYPASS");

Re: ByPass Availability

PostPosted: Fri May 22, 2020 2:07 am
by Cameron Nichols
Hi Shilpi,

BMDDeckLinkHasBypass attribute is expected to be false for DeckLink Quad 2. The DeckLink Quad (original model) has bypass relays, so BMDDeckLinkHasBypass will return true with this model.

Regards
Cameron