About Mission Control UI SDK - Mission Control 3.1.3.0

Genetec Mission Control™ Deployment Guide 3.1.3.0

Product
Mission Control
Content type
Guides > Deployment guides
Version
3.1
Release
3.1.3.0
ft:locale
en-US
Last updated
2024-09-23

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.

You can create a custom UI solution by referencing the Genetec.MC.UISDK.dll file. You must save your custom solution as a .dll file and add your .dll filepath to the Windows registry:
  1. Add a registry key under the following path:
    Code
    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Genetec\MissionControl\CustomUI
  2. Add a string value to your key named MainPath, which will be the location of your custom .dll.
  3. Add a string value Enabled that will either be True or False
    The key should be set up as follows:
    Code
    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.