Hello Jasem,
I recently bought the Omegon GUIDE2000C (Color Version) and was unable to get it to work with the default toupcam driver.
However, browsing the sources, I noticed the Product ID (0x1367) missing in the files.
Maybe they have a new version released?
So I assumed this model would not work for now.
Desperate I tried integrating the PID which lead to a lot of crashing.
But I than noticed Omegon has a new SDK released, which is different from the toupcam SDK.
I now integrated this Omegon SDK like the other subtypes of cams (mallincam etc).
With these changes I can use both of my Omegon cameras (veTEC -> Omegon Pro) and the Guide CAM simultanously.
After some testing I provide the changes via Pull Request.
If you want to check it out:
github.com/kneo/indi-3rdparty/tree/New_Omegon_SDK_integration
Maybe this solves some issues with the Mono version as well? Unfortunately I can not test this.