How to disable video input loop to video output in DL Quad

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

trungtt

  • Posts: 1
  • Joined: Wed Dec 24, 2014 10:13 am

How to disable video input loop to video output in DL Quad

PostWed Dec 24, 2014 10:24 am

I'm using a DeckLink Quad. When i plugin camera into SDI input 1, the video signal loop into SDI output 1. So I can't not open SDI output 1 to display anything.
I was code
IDeckLinkConfiguration::SetInt(bmdDeckLinkConfigCapturePassThroughMode, bmdDeckLinkCapturePassthroughModeCleanSwitch);
but It return E_FAIL.
Anybody an help me
Thanks
Offline

Daniel Moore

  • Posts: 20
  • Joined: Wed Aug 22, 2012 1:06 am

Re: How to disable video input loop to video output in DL Qu

PostSun Dec 28, 2014 9:57 pm

Hi,

each channel of the DeckLink Quad can only act as an input OR an output, not both, so if you are capturing, you cannot also play back.

The failure to set bmdDeckLinkConfigCapturePassThroughMode indicates that the board does not support the bmdDeckLinkCapturePassthroughModeCleanSwitch feature, which was introduced on more recent devices.

cheers

Return to Software Developers

Who is online

Users browsing this forum: No registered users and 11 guests