FullAnalysisRate

Specifies how frequently to recognize new objects, so that you can optimize performance for your hardware.

When you ingest video, object class recognition has to recognize new objects and track objects through the scene. After objects have been recognized they are tracked across every sampled video frame, but to improve performance Media Server only attempts to recognize new objects every N sampled frames (where N is specified by this parameter).

For example, if you set FullAnalysisRate=4, Media Server recognizes all of the objects present in the first sampled frame. Media Server then tracks those objects across the next three frames. Media Server does not attempt to recognize new objects until the fifth sampled frame.

The amount of time between sampled video frames is controlled by the SampleInterval configuration parameter. If you need to choose between increasing this parameter and increasing the sample interval, OpenText recommends increasing this parameter first.

Type: Integer
Default: 6
Required: No
Configuration Section: TaskName
Example: FullAnalysisRate=4
See Also: SampleInterval