You can use UI SDK to develop your own custom Genetec Mission Control™ UI solutions.
What you should know
Read the Release Notes for known issues, limitations, system requirements, and other information about the release.
Ensure a compatible version of Mission Control is installed.
Mission Control UI SDK setup
The Mission Control installation package includes the UI SDK library file: Genetec.MC.UISDK.dll.
Typically, it is installed in C:\Program Files(x86)\Genetec Security Center 5.x\MissionControl.
- Add a registry key under the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Genetec\MissionControl\CustomUI
- Add a string value to your key named MainPath, which will be the location of your custom .dll.
- Add a string value Enabled that will either be True or
FalseThe key should be set up as follows:
Key → MyCustomSolution1 String Value → MainPath: C:\PathtoMyCustomSolutions\MyCustomSolution1.dll String Value → Enabled:True
You must deploy your custom .dll file in each of your operator's systems and configure the registry in each machine.
For more details on developing and implementing custom UI solutions, see the UI SDK Documentation packaged with the product.