Page 1 of 1

VancOutput example is not working for SDI resolutions

PostPosted: Tue Feb 13, 2018 2:45 pm
by parithi
Hi,

I am testing VancOutput example on MiniMonitor with different display modes and following are my observations

* With display mode bmdModeHD1080i50, there is no issue. I can able to receive VANC data properly.
* With display mode bmdModeHD720p50, for one VANC out I am receiving multiple VANC data in
receving end.
* With SDI resolutions (bmdModePALp and bmdModeNTSCp), I am always getting error (0x80000003) from GetBufferForVerticalBlankingLine().

Does Minimonitor support VANC out other than 1920x1080 resolution?
Is there any extra things needs to be done for sending VANC out for other resolutions?

Re: VancOutput example is not working for SDI resolutions

PostPosted: Wed Feb 14, 2018 5:22 am
by Cameron Nichols
Hi Parathi,

You should be able to call GetBufferForVerticalBlankingLine() for all video modes.

For 720p - are you able to tell which lines you are seeing duplicate VANC?

For the NTSCp/PALp - which lineNumber(s) are you passing to GetBufferForVerticalBlankingLine()

Thanks
Cameron

Re: VancOutput example is not working for SDI resolutions

PostPosted: Wed Feb 14, 2018 9:31 am
by parithi
Hi Cameron,

I am using the line 10 to send/receive vanc data.

For NTSCp/PALp I have tried lines from 1 to 50 . For all lines I got the same error 0x80000003.

Re: VancOutput example is not working for SDI resolutions

PostPosted: Fri Feb 16, 2018 3:12 am
by Cameron Nichols
Hi Parithi,

PALp/NTSCp are not supported SDI output from the DeckLink Mini Monitor. They are listed as a output video mode for the HDMI port.

The valid VANC regions for 720p are lines 6 to 25, can you describe which lines you are seeing duplicate VANC?

Regards
Cameron

Re: VancOutput example is not working for SDI resolutions

PostPosted: Thu Feb 22, 2018 2:48 pm
by parithi
Hi Cameron,

Sorry for replying late.

I am using line number 10 for sending VANC data for 720p resolution.

The same line number I am using for 1080 resolution also.

Re: VancOutput example is not working for SDI resolutions

PostPosted: Fri Feb 23, 2018 4:25 am
by parithi
If I add one VANC out with 720p resolution, on the receiving end I am getting 100s of VANC data.