Advanced OFT Build¶
OpenFaceTracker is a moudlar library, so you can either enable or disable some part of the project.
Build Options List¶
To enable or disable some modules in openfacetracker, you’ve got two choices
- Enable modules at execution
- Enable modules before compilation
For the second choice, here is the list of the full Build Options
| Option | Description |
|---|---|
| -DFT_USE_COLOR | Enable color support for a lovely output |
| -DFT_DEBUG_ENABLED | Enable Debug mode (more details are shown) |
| -DFT_ALLOW_EXCEPT | Enable Exceptions |
| -DFT_WINCAM_LIST | Enable camera listing for Windows |
| -DFT_TEST_PERFORMANCE | Enable performance testing |
| -DFT_NO_UI | Disable graphique console |
| -DFT_FORM | Enable output for FORM detection(noise,eyes..) |
| -DFT_TEST_RECOGNISE | Enable test recognition(the stable regonition part is enabled by default) |
| -DFT_OPTIMISATION | Enable Optimisation |