BlobWeight
The weight of a stationary object on the heatmap.
You might want to draw a heatmap that shows where, and for how long, objects remain stationary. For example, if you have a camera monitoring a road junction you could create a heatmap that shows how long vehicles are waiting at the junction.
By default, Media Server only draws the path of an object. To draw a "blob" on the heatmap when an object remains stationary for longer than MinimumStationaryTime, set this parameter to a positive value that represents the weight of the object.
For example, a value of 1
specifies that a stationary object is given the same weight as a moving object. A value of 2
specifies that a stationary object is given double the weight of a moving object.
Type: | Number |
Default: | 0 |
Required: | No |
Configuration Section: | TaskName |
Example: | BlobWeight=1
|
See Also: |