> 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/camerawidth.md).

# cameraWidth

## Details

**Attribute:** `camera-width`

**Type:** `number`

**Default value:** `1280`

## Morphology

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

## Description

Preferred horizontal resolution (pixels) requested by `facephi-selphid-widget` to the camera.

***

## Example

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