Are you having any issue with the managed receiver example? We can't get it to recognize that NDI feeds are present on the version 2 examples.
IntPtr SourcesPtr = NDI.Find.NDIlib_find_get_current_sources(_findInstancePtr, ref NumSources);
I can now after I changed "IntPtr SourcesPtr = NDI.Find.NDIlib_find_get_sources(_findInstancePtr, ref NumSources, 0);" in line 125 (approx) to
as NDIlib_find_get_sources is obsolete. did confuse me to initiallyCode:IntPtr SourcesPtr = NDI.Find.NDIlib_find_get_current_sources(_findInstancePtr, ref NumSources);
"managed NDI send" still has the issue (need to open 2 viewers to get it triggered to run sending)
That definitely sounds like a better mechanism.We are not making the find_get_sources call obsolete, we are simply depreciating it (it will still work) and replacing it with two that should be easier to understand.
1) Let me know when changes to the list of sources occur.
2) Give me the current list of sources.