Page 1 of 1

Decklink 4K Extreme 12G with 2SI Output

PostPosted: Wed Sep 25, 2019 7:22 am
by Steffen Pätzold
Hello,

is there any chance to configure the output in quadlink mode to 2SI on a Decklink 4K Extreme 12G ?

I tried to configure the device based on https://forum.blackmagicdesign.com/viewtopic.php?f=12&t=93911 but it did not work.
Code: Select all
IDeckLinkConfiguration* pConfig;
if (m_pOutput->QueryInterface(IID_IDeckLinkConfiguration, (void**)& pConfig) == S_OK)
{
   HRESULT valSet = pConfig->SetInt(bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit, FALSE);
}   
The result (valSet) is E_INVALIDARG.
Is there a way to check if the device supports 2SI output?

Re: Decklink 4K Extreme 12G with 2SI Output

PostPosted: Thu Oct 03, 2019 3:56 am
by Cameron Nichols
Hi Steffen,

The bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit configuration setting is available for the DeckLink 8K Pro and UltraStudio 4K Extreme 3.

Regards
Cameron