Thu Feb 20, 2014 11:17 pm
In ATEM Switchers Developer SDK windows samples, SwitcherMediaPool and SwitcherPanel work fine with no problem.
The SwitcherPanelCsharp can load the panel ok, and connecting to the TV STUDIO seems fine, but after click connect it popup error: "Unexpected: Could not get first mix effect block".
I debug the code, it seems that error happens in SwitcherAPIHelper.cs:Ln 61
MethodInfo method = typeof(A).GetMethod("CreateIterator",
new Type[] { typeof(Guid).MakeByRefType(), typeof(IntPtr).MakeByRefType() });
the method is still NULL after the line, cause this function did not get what it suppose to get and return false.
Has anyone have the same error? or anyone has any idea on how to make it work?
Thanks ahead!