Custom Plugins

In the course of configuring the system, you can set directives on how the system processes a face after detecting it in the video. To do so, write one or several plugins in Python. The plugins will allow you to configure video face detection outcomes individually for each use case.

To enable your plugin, use the /etc/findface-facerouter.py configuration file.

Tip

As an example, check out the default plugin /opt/findface-security/fr_plugin/ffsec_fr_plugin.py.