Metadata related and Alarm define

Hello,

 I'm trying to attach metadata into Camera by MIP Driver. Using management client, user need the following steps: RecordServer > Camera > Client > Related metadata > Add. So I need to do it automatically. Which configuration API can I use?

 Another question is that if I can define analysis event by MIP SDK?

If no API I can use to realize above two questions, I'm wondering if  has scheduled to be added in an upcoming version of MIPSDK?

Thanks.

You are asking for two things that are now newly supported in MIP SDK 2018R1 Configuration API:

http://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2018r1_intro.html&tree=tree_home.html

Quote “Introduction to MIP SDK 2018 R1”

  • It is now possible to configure a camera’s related devices via the class VideoOS.Platform.ConfigurationItems.ClientSettings under each device (e.g. VideoOS.Platform.ConfigurationItems.Camera).
  • It is also now possible to add and manage user-defined events, analytics events and generic events (via the UserDefinedEvent, AnalyticsEvent, GenericEvent, and GenericEventDataSource classes).