My project has several hardware components that have to work together.
I have as part of my project a BlackMagic Decklink video card which I have successfully accessed via the BlakcMagic SDK.
I developed a user control in a separate project and now I want to integrate that code with my main project.
The only problem I have is that the BlackMagic interface requires MTA model, the main project is an STA model and due to the other hardware interface, has to stay that way.
My question is, how can I substantiate an instance of an MTA user control in an STA environment?