Has anyone used the C# classes that come bundled in the include folder of the ASI SDK?
One (ASICameraDll2.cs) is supposed to be a simple wrapper on the DLL and the other (ASICameraObjectModel2.cs) a more object oriented wrapper over that. The issue is that they don't seem to be compatible, i.e. function names are wrong and the ASICameraObjectModel2.cs seems to call functions that aren't even there in the ASICameraDll2.cs!
Does anyone have any working C# code I can look at?
BTW I am using an ASI120MM in a homemade spectrograph and writing the software myself... after all I am a C# developer by trade!