Article Type:
|
How To
|
Product:
|
Embedded Outdoor Object Tracker
|
Product Version:
|
|
Component:
|
|
Device Brands:
|
|
Created:
|
21-Jul-2015 3:08:49 PM
|
Last Updated:
|
|
How to ignore small objects when using the Senstar Outdoor Object Tracker (AOOT)
Problem
Occasionally you want to ignore small objects in a video like rabbits, dogs, or cats near a fence.
Solution
You need to manually add a tag in the VE500 XML in Symphony.
- In Symphony, from the Server menu, selection Configuration.
- Select the camera using the Senstar Outdoor Object Tracker, which will be VE500.
- Select the Analytics Configuration tab and click Show XML View.
Set the correct XML tags:
You can change minimum object size OR ignore objects smaller than a percentage of an average person size.
A) Between the <BlobTracking> </BlobTracking> code, set the minimum object size as follows. In this example everything less than 10x10 pixels is ignored.
<BlobTracking>
<MinObjectSize>10</MinObjectSize>
</BlobTracking>
B) Between the <BlobTracking> </BlobTracking> code, set the percentage of size so that an object that is smaller than a percentage of an average person size will be ignored. In this example everything less than 20% of a person size is ignored.
<BlobTracking>
<IgnoreObjectsPCTofPerson>0.2</IgnoreObjectsPCTofPerson>
</BlobTracking>
To use both minimum size and percentage:
<BlobTracking>
<MinObjectSize>10</MinObjectSize>
<IgnoreObjectsPCTofPerson>0.2</IgnoreObjectsPCTofPerson>
</BlobTracking>
Click OK to save the tags.
Average rating:
|
|
Please log in to rate.
|
Rated by 0, Viewed by 3800
|
|