Introduction
Introduction to MIP SDK 2026 R1
Access Control
- ACZone and ACZoneType types are added for integration. They can be used for defining zones from the access control integrations.
- A new built-in constant ACBuiltInZonesProperties.ZoneId is introduced. To be used to provide unit's zones as ACProperty by providing it as a key and the zone id as value.
- AC built-in door icons support color scheme again.
-
The following new icon keys are available:
- ACBuiltInIconKeys.Input
- ACBuiltInIconKeys.InputConnected
- ACBuiltInIconKeys.InputConnectedTriggered
- ACBuiltInIconKeys.InputDisconnected
- ACBuiltInIconKeys.InputTriggered
- ACBuiltInIconKeys.InputUnknown
- ACBuiltInIconKeys.Output
- ACBuiltInIconKeys.OutputConnected
- ACBuiltInIconKeys.OutputConnectedTriggered
- ACBuiltInIconKeys.OutputDisconnected
- ACBuiltInIconKeys.OutputTriggered
- ACBuiltInIconKeys.OutputUnknown
Samples
The following samples have been changed:
-
VideoPreviewhas been updated to allow for using the PTZ Center also for normal PTZ. - The Access Control Demo Plugin has been extended to support zones. Creating and deleting zones, as well as assigning ACUs to a zone, can be done in the Access Control Demo Application.
- The Access Control Demo Plugin has been updated to support configuration of inputs and outputs. Inputs and outputs now have their own events and commands. In addition, new built-in icons have been added for these units.
Fixed issues
-
ImageViewerWpfControl.PtzCenter()did not work correctly in the Smart Client.