I created a alarm from the Analytic Events when ever the object is detected and everything is fine.
Is there any way to show the bounding box for that object detected ?
I created a alarm from the Analytic Events when ever the object is detected and everything is fine.
Is there any way to show the bounding box for that object detected ?
If the Alarm is raised with the camera as source, and the Alarm data contains a Bounding Box you will see the bounding box in the Alarm Preview. It is this view you see in the upper right part of the view in Alarm Manager.
It is illustrated if you look into the documentation for the Analytics Event Trigger via library sample.
If you want to have the bounding box in a regular camera view it can be achieved by developing a plugin to make the overlay. Please explore the Smart Client Overlay Graph on Event plugin sample.
There is more information about showing analytics in this old document (it contains references to very old versions now deprecated, please ignore those parts). - https://download.milestonesys.com/MIPSDK/Samples/TriggerAlarmFromExternal-ConceptSolution.pdf
Thank you for your quick response