Configuration Access
The ConfigAccessViaSDK sample can connect to an XProtect server, get the entire configuration, and dump it into a listbox. For each item it finds, it will ask for the children belonging to that item.

The sample demonstrates
- Initialization of MIP .NET Library, when only configuration is required
- Access to VMS owned configuration, for example, servers and cameras groups
- A simple drill down of all Items via the Item.GetChildren() method.
- Launching the ItemPicker dialog to select one or more cameras from the loaded configuration.
Using
- VideoOS.Platform.Configuration
- VideoOS.Platform.UI.ItemPickerWpfUserControl
Environment
- MIP .NET library