Create a Session Configuration

To create a configuration, you need to consider:

A configuration must have a section named [Session]. This section contains a list of tasks that you want to run:

[Session]
Engine0=Ingest
Engine1=FaceDetect
Engine2=FaceRecognize
Engine3=EncodeImages
Engine4=OutputToIDOL
...
NOTE:

Task names cannot include any of the following characters:

These tasks are configured in other sections of the configuration file. The previous example defines a task named Ingest which you would configure in a section named [Ingest].

Every task section must include the Type parameter to specify the engine to use to complete the task, and any settings that the engine requires to complete the task. For example:

[Ingest]
Type=Video

_FT_HTML5_bannerTitle.htm