> 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/sdk-web/componentes/selphi-biometria-facial/propiedades/cameraswitch.md).

# cameraSwitch

## Detalles

**Atributo:** `camera-switch`

**Tipo:** `boolean`

**Valor por defecto:** `true`

## Morfología

```typescript
selphi.cameraSwitch = true;
```

## Descripción

Muestra el botón para cambiar de cámara.

### Información adicional

**Compatibilidad:** Sustituye a `cameraSwitchButton` en versiones anteriores del SDK Web.

***

## Ejemplo

```jsx
<facephi-selphi-widget
    cameraSwitch={true}
/>
```
