> 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 the capture of the **four** **fingers** of the **left hand**.
* **RIGHT**: Allows the capture of the **four** **fingers** of the **right hand**.
* **THUMB**: Captures a **thumb**.

```
reticleOrientation: PhingersReticleOrientation.DT_LEFT
```

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

**type:** *FingersFilter*

Configures the fingerprint detection mode that will 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 the capture of the **four** fingers in a single photo.
* **ALL\_4\_FINGERS\_ONE\_BY\_ONE**: Configures the capture of the **four** fingers, taking one photo of each one.
* **ALL\_5\_FINGERS\_ONE\_BY\_ONE**: Configures the capture of the **five** fingers, taking one photo of each one.

```
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*

Enables or disables the liveness detector 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 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 the reading to be performed.

```
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 threshold quality for performing the capture.

```
threshold: 0.8
```

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

**type:** *boolean*

Shows a screen before capture launch with information about the process to be performed and a launch button.

```
showPreviousTip: true
```
