> 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-pt-br/sdks/sdk-web/componentes/selphid-documentos/propiedades/camerawidth.md).

# cameraWidth

## Detalhes

**Atributo:** `camera-width`

**Tipo:** `number`

**Valor padrão:** `1280`

## Morfologia

```typescript
selphid.cameraWidth = 1280;
```

## Descrição

Resolução horizontal preferida (em pixels) solicitada por `facephi-selphid-widget` à câmera.

***

## Exemplo

```jsx
<facephi-selphid-widget
    cameraWidth={1280}
/>
```
