Do we have a sample code where single MIP with multiple camera used to get metadata

Can we get the sample code where single MIP with multiple camera used .

We want to use 1 MIP Driver to draw metadata bounding boxes on multiple Cameras. And can we have sample application for the same.

Video Viewer sample shows two cameras.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/videoviewer/readme.html&tree=tree_2.html

Can you please elaborate on what you want to achieve?

We want to use 1 MIP Driver to draw metadata bounding boxes on multiple Cameras. And can we have sample application for the same.

This sample makes three providers..

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/multichannelmetadataprovider/readme.html&tree=tree_2.html

We are trying to use Single Milestone MIP Driver for multiple cameras to write Metadata bounding boxes on Multiple Camera. Any Sample available for the same.

No.

There is a broad palette of samples but unfortunately not one that exactly does multiple channels of bounding boxes.

I suggest you try change the sample so that all three providers do bounding boxes.

Another suggestion is to start with the sample that does one bounding box channel and using the other sample as inspiration change it to do 3 or 16 (or ?) channels.

We have uploaded our sample application and Screenshot on which we are getting same Metadata Bounding Box which is generated for 1 Camera but its visible on both cameras.

Can you please check if you set related to the device in Management Client? Start Management Client – select Recording server – select a camera – click Client tab and see Related metadata. You need to set it up to cameras, please see below:

Hi Rie,

We are able to get the Metadata Bounding Boxes on the cameras by configuring on Client Tab, but issue we are getting Bounding Boxes on all the cameras on which MIP Driver are added. We want Metadata Bounding Boxes to be displayed on particular camera to which alarms are generated.

This is how metadata works in XProtect, metadata is used in every camera that is setup to use it.

If you want different overlay for each of 100 cameras, you will have to make 100 providers.

Alternatively, you should not use Metadata providers, but instead develop a plugin that can show Alarms as overlay instead. If it sounds like the right direction, please try to explore the SCOverlayGraphOnEvent sample. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/scoverlaygraphonevent/readme.html&tree=tree_1.html