Example Configuration

The following is an example configuration that blurs faces in a source image and encodes the resulting image to disk.

[Session]
Engine0=Ingest
Engine1=FaceDetect
Engine2=Combine
Engine3=Blur
Engine4=ToDisk
Engine5=ACI

[Ingest]
Type=Image

[FaceDetect]
Type=FaceDetect

[Combine]
// Combine FaceDetect results in case there are multiple faces in the image
Type=Combine
Input0=Default_Image
Input1=FaceDetect.Result

[Blur]
Type=Blur
Input=Combine.Output

[ToDisk]
Type=ImageEncoder
ImageInput=Blur.Output
OutputPath=./output/%token%/blurred-faces-%source.filename%

[ACI]
Type=Response
Input=FaceDetect.Result