> 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-web/componentes/selphid-documentos/propiedades/captureretries.md).

# captureRetries

## Details

**Attribute:** `capture-retries`

**Type:** `number`

**Accepted values:** `0` or higher

**Default value:** `3`

## Morphology

```typescript
selphid.captureRetries = 5;
```

## Description

Maximum retries per side before failing the capture in `facephi-selphid-widget`. `0` allows unlimited retries.

***

## Example

```jsx
<facephi-selphid-widget
    captureRetries={5}
/>
```
