Line / Polygon in Analytics Event via XML

I can create a box on the alarm view in the smart client by adding a bounding box in my xml call.

But if I change the box for a polygon then nothing is displayed.

I tried multiple points (2/3/4), I tried different color settings, I moved the polygon definition from object to rules, but nothing seem to help.

The call registers fine without errors but there’s no line / polygon.

I’m hoping someone here is smarter than me and can help…

720

1280

1440

2560

<Polygon>

<Point X="1280" Y="720" />

<Point X="2560" Y="1440" />

<Color R="0" G="0" B="255" A="255" />

</Polygon>

I think you are missing

Try to use the TriggerAnalyticsEventXML sample. Use the Include overlay button then modify the PointList.

https://doc.developer.milestonesys.com/html/index.html?base=samples/analyticseventxml.html&tree=tree_3.html

Indeed I was…

Made some modifications based on the xml template and it worked just fine.

Many Thanks,

//M