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

# cameraHeight

## Details

**Attribute:** `camera-height`

**Type:** `number`

**Default value:** `720`

## Morphology

```typescript
selphi.cameraHeight = 720;
```

## Description

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

***

## Example

```jsx
<facephi-selphi-widget
    cameraHeight={720}
/>
```
