plugin for selecting camera and passing on server(3)

Hi everyone!

I have a problem. I want to implement a scenario analytics integration with exprotect event server in document: MIPSDKapplicationCatalog. in this document proposed solution for administrate (2) is develop plugin for select camera and passing on server(3). I have no idea to start. Aso about method of sending metadata between developed server(3) and operator (5). I think I should use analytics event. does anyone have else solution?

Thank in advance!

As to configure which cameras to receive video from you can have a look at the “Server side carroussel” plugin sample in the SDK if you want to configure it in an administrator plugin as suggested in the application catalog. To retrieve the stored configuration from your own application you can have a look at the “Configuration Accss” component sample.

Alternatively you can implement the camera selection in your own application - e.g. the “Video Viewer” component sample shows how to do that.

As to how to send in Analytics Events you can try have a look at the “Analytics Event trigger via library” component sample.

Hi Peter Posselt Vergmann,

I knowed how to send in Analytics Event. I want to aks you more question about sending Metadata between (3) and (5).

Thank you so much!

Hi again,

Unfortunately the drawing is a bit outdated. It is from before we had the metadata support in our recording servers and thus it is no longer entirely fulfilling.

Unless you are using one of the cameras we already have metadata support for, you should use the metadata support in the MIP driver (part of normal device pack) for the reception of metadata from your cameras/system. Please have a look at the “Bounding Box Metadata Provider” component sample for details on how to do that.