Page 1 of 1

8K pro 3D mode

PostPosted: Tue Jul 17, 2018 7:47 am
by yuryksl
Hi !
I try to use 8K pro in 3D mode.
Loks like:

Code: Select all
      
if (m_b3D == true) {
    hr = m_pBMD->QueryInterface(IID_IDeckLinkInput, (void**)&m_pBMDInput);
    auto bmdCfg = make_ptr<IDeckLinkConfiguration>(m_pBMD);
    if (bmdCfg ->SetFlag(bmdDeckLinkConfigSDIInput3DPayloadOverride, true) != S_OK) {
        qDebug() << "DEVICE [" << m_nBmdId << "] set flag 3D BMD = FALSE";
    }
    else {
        dmdFlags |= bmdVideoInputDualStream3D;
        qDebug() << "DEVICE [" << m_nBmdId << "] 3D BMD set flag = TRUE";
    }
}

It worked before, I used this code with 4K card.
But with 8K I always get false on SetFlag.
Can you please give me an idea how to do this in right way ?

Re: 8K pro 3D mode

PostPosted: Fri Jul 20, 2018 12:07 am
by dibbitson
I'd like to know the answer to this also. I'm getting the same results.

Thanks,
David

Re: 8K pro 3D mode

PostPosted: Thu Jul 26, 2018 7:26 am
by yuryksl
"The 3D payload override configuration has not been enabled in 10.11 for 8K Pro. This will be enabled in a forthcoming release"
Let's wait.