Introduction
Introduction to MIP SDK 2013 R2
The MIP SDK 2013 R2 introduces support for Milestone Arcus products, as well as several ways to retrieve status and events from Milestone servers.
Solutions developed with previous version of the MIP SDK can work unchanged with the new versions of the MIP SDK and XProtect products.
Changes from MIP SDK version 2013
Added features:
- Arcus Support: A set of classes will now also support the Arcus products, this is mainly getting the configuration and retrieve video in live and playback with the JPEGVideoSource, JPEGLiveSource, BitmapVideoSource and BitmapLiveSource classes.
- Edge Retrieval: When connecting to a XProtect Corporate product that has cameras and servers with edge support, a MIP SDK application can now control when video should be retrieved from the edge device into the Corporate Recorder.
- Status API Client: A class implementation is now available for accessing all XProtect Corporate and XProtect Expert Recording server's Status API.
- Mobile Client sample: A sample written in HTML and JavaScript.
New samples:
- Component Integration
- RemoteRetrievalTask Show how to manage retrieval of video from edge devices
- StatusSessionConsole Show how start and handle one Corporate Recorders StatusAPI protocol.
- SystemStatusClientConsole Simple console program to setup and receive some status events from all Corporate Recorders.
- MultiSiteStatusViewer Show how start and handle status information from multiple sites. This sample builds on MessageCommunication classes.