You are probably correct.
There is the Smart Client Overlay Graph on Event sample which works on Analytics Events. I imagine it could fit with some Agent VI setup. On consuming metadata I recommend the MetadataLiveViewer and MetadataPlaybackViewer samples.
In metadataliveviewe sample there are no metadata devices are displayed. Is configuration mssing?
Do you see the metadata source in the Management Client?
Do you use a user with the right level of permissions? (Try with a user belong to the administrators role.)
Dear,
Metadata source is linked in Camera-Properties-Client-related Metadata, I am using a user with Administrator role
We are able to see the metadata from Agent Vi in smart client also.
We need to display the same in Imageviwercontroller
When you can see a metadata source in the Management Client and the Smart Client you should be able to see it in the Metadata Live Viewer sample.
It is possible for you to have a metadata device but not having it in a metadata group, then the metadata device does not show up in the sample. (I just learned this by experiment.)
There are two ways to solve this:
- Create a metadata group and add the metadata device to it in the Management Client.
- Change in the sample MainForm.cs line 55 from form.Init(Configuration.Instance.GetItems()); to form.Init(Configuration.Instance.GetItems(ItemHierarchy.SystemDefined));