You can disable Media Server modules to reduce the amount of memory used and the time required for the server to start.
By default, all modules included in your license are enabled. However, you can specify a list of modules to enable:
barcode
demographics
- face demographics.facedetect
- face detection.facerecognize
- face recognition.facestate
- provides information about facial expression, whether the person's eyes are open, and whether the person is wearing spectacles.object
objectclass
ocr
To specify the modules to enable
[Modules]
configuration section. If the section does not exist, add it by typing [Modules]
on a new line.Add the Enable
parameter and specify a comma-separated list of modules to enable. For example:
Enable=barcode,ocr,object
Save and close the configuration file.
When you restart Media Server, only the specified modules are enabled.
|