Hi,
we are working on metadata integration for analytic events.
The aim is to render a bounding box in overlay.
We are using the protocol based approach (we cannot use the sdk for language reasons). We managed to show bounding boxes, but thickness is only 1 pixel and overlay works only on alarm preview.
My question is:
Could be possible to:
Set border thickness for bounding box
Set the overlay on live view too
Set the time duration for the bounding box to appear
Only by using the protocol based integration approach (no sdk or plugins)?
Thanks.
Best regards.
To see an analytics event bounding box in Live mode please explore the Smart Client Overlay Graph on Event plugin sample.
Where submitting Analytics Events by protocol methods is supported with a sample showing how to do it (Trigger Analytics Event via XML), the extra functionality to the Smart Client that the Smart Client Overlay Graph on Event plugin sample shows will have to be a plugin, and these can only be made in .NET.
I think I recall that you cannot control the border thickness of the bounding box displayed by the Smart Client Alarm Preview where you see the analytics events bounding boxes. You can experiment putting extra properties as long as you do so in accordance with the XSD. (“[C:\Program](file:C:/Program) Files\Milestone\MIPSDK\XSD\AnalyticsEvent.xsd”)