Introduction
Introduction to MIP SDK 2016 R2
MIPSDK General
- The Configuration API has been expanded to support management of:
- Recorder Storage
- Users, Roles and authorization
- Camera privacy mask and camera motion detection parameters
- Hardware detection, e.g. identifying what driver can support a given device
- Move hardware from one recorder to another
- Delete hardware
Changes in MIPSDK Component library (VideoOS.Platform.SDK.* files)
- Added a way to show video quickly
- It is possible to only perform the 'login' and get a token, but avoid the loading of the configuration. There is also a way to store configuration for each camera and microphone, to be used right after a 'login'.
XProtect Smart Client
New features for administrators
New Samples
- Smart Client side panel plugin to add basic users
- Two samples to show how video can be shown quickly
Changed Samples
- AlarmClient samples changed, so there is now a version called AlarmClientWPF under Component Samples, as it uses some classes from the components, and a AlarmList sample under Protocol Samples
- A few samples has been changed to avoid null exceptions
Fixed issues
- For administration option menu - it is now saved upon close of the options menu, while before it was saved at application close.
- Fixed issue in PlaybackController when executing without a UI thread.