I refrained from using ActiveX for two reasons:
1. You need VisualStudio (it didn't work with SharpDevelop).
2. You need a graphical user interface (Windows.Forms) to place the
control. So I would have to include Windows.Forms in each library which
accesses the framegrabber and which has nothing to do with GUIs.
Wouldn't that violate the principle of structured programming?
By the way, I got solutions from another group, it works already.