> 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/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/phingers/phingers-configuracion.md).

# Phingers Configuration

#### reticleOrientation <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *PhingersReticleOrientation*

Sets the fingerprint detection mode and indicates which fingers should be detected during the process. The allowed values are:

* **LEFT**: Allows capturing the **four** **fingers** of the **left hand**.
* **RIGHT**: Allows capturing the **four** **fingers** of the **right hand**.
* **THUMB**: Enables capture of a **thumb**.

```
reticleOrientation: PhingersReticleOrientation.DT_LEFT
```

#### fingersFilter <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *FingersFilter*

Configures the fingerprint detection mode to be used during capture. The allowed values are:

* **INDEX\_FINGER**: Configures capture with the **index finger**.
* **MIDDLE\_FINGER**: Configures capture with the **middle finger**.
* **RING\_FINGER**: Configures capture with the **ring finger**.
* **LITTLE\_FINGER**: Configures capture with the **little finger**.
* **THUMB\_FINGER**: Configures capture with the **thumb**.
* **SLAP**: Configures capture of the **four** fingers in a single photo.
* **ALL\_4\_FINGERS\_ONE\_BY\_ONE**: Configures capture of the **four** fingers by taking one photo for each of them.
* **ALL\_5\_FINGERS\_ONE\_BY\_ONE**: Configures capture of the **five** fingers by taking one photo for each of them.

```
fingersFilter: FingersFilter.DT_SLAP
```

#### showEllipses <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

Draws an ellipse during capture when a possible fingerprint is detected.

```
showEllipses: true
```

#### useLiveness <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

Turns the liveness detector on or off during the fingerprint capture process. The default value is set to **true**.

```
useLiveness: true
```

#### showTutorial <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

Indicates whether the component displays the tutorial screen. This view intuitively explains how the capture is performed.

```
showTutorial: true
```

#### vibration <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

If set to true, vibration is enabled on errors and if the widget response is OK.

```
vibration: true
```

#### extractionTimeout <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *numeric*

Sets the maximum time allowed for reading.

```
extractionTimeout: 100000
```

#### showDiagnostic <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

Show diagnostic screens at the end of the process.

```
showDiagnostic: true
```

#### threshold <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *double*

The parameter configures a captureQualityThreshold, to define a quality threshold for performing the capture.

```
threshold: 0.8
```

#### showPreviousTip <a href="#id-31-resourcespath" id="id-31-resourcespath"></a>

**type:** *boolean*

Displays a screen before starting the capture with information about the process to be carried out and a button to start it.

```
showPreviousTip: true
```
