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

# cameraWidth

## Details

**Attribute:** `camera-width`

**Type:** `number`

**Default value:** `1280`

## Morphology

```typescript
selphi.cameraWidth = 1280;
```

## Description

Defines the preferred horizontal resolution (in pixels) that the component `facephi-selphi-widget` requests from the camera. The device may adjust the value to the actual available support.

***

## Example

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