Multichannel metadata provider

Hi,I have created multi channel metadata provider with base of sample .could you explain me what is main purposes of using multi channel metadata provider .I want to send each camera a unique metadata but the bounding box metadata is sending a common data to all cameras.i have read the document also which says metadata provider is connecting to recording server and there is no contact with smart client. Is there any way to send different metadata to different cameras?

Thanks,

4w BHI

You can develop a BoundingBox metadata provider with multiple channels, you can make sure every channel sends different data.

So if you have this the next step is to configure one camera to use the first channel, next camera ot use next channel, etc.

In the Management Client pick a camera, in the Properties pick the Client tab, in Related metadata pick the metadata device you want.

For every camera pick another metadata..

thanks for your information. Can we get the camera related metadata device information(ex camera guid ,camera ip) through the metadata provider to identify which camera to which metadata group.

Not through the metadata provider but through the configuration information of the VMS. Try to visualize the configuration exploring the ConfigAccessViaSDK sample.