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

# cameraSwitch

## Details

**Attribute:** `camera-switch`

**Type:** `boolean`

**Default value:** `true`

## Morphology

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

## Description

Displays the button to switch cameras.

### Additional information

**Compatibility:** Replaces `cameraSwitchButton` in earlier versions of SDK Web.

***

## Example

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