> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/sdks/backend-sdk/selphid/release_notes/6.12.1_releasenotes.md).

# 6.12.1

En esta versión se ha añadido soporte para nuevos casos de FMAD (*Face Manipulation Attack Detector*). Para habilitar esta nueva funcionalidad, es necesario establecer una nueva variable de entorno, ya que requiere tiempo de cómputo adicional.

```
# Liveness engine with new FMAD detector
FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=full

# Variable not present, empty or with other values, FMAD will not be set
FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=
```

### Añadido

* `FACEPHI_SELPHID_FACIALLIVENESS_DEPTH=full` para activar el detector FMAD (*Face Manipulation Attack Detector*) en el motor de prueba de vida.
