Plugin support
Application functionality can be extended with custom plugins.
The plugins are written in C# language, must implement a IPlugin interface, and should be copied in installation plugins folder. For more examples please consult CameraControl.Plugins project which is included in application source code.
Plugins can extend the application features with:
- export menu IExportPlugin
- tool menu IToolPlugin
- main window IMainWindowPlugin any window can be replaced from default main window
- auto export IAutoExportPlugin
- image transform IImageTransformPlugin
- main window top tool bar button IPanelPlugin