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

# cameraHeight

## Details

**Attribute:** `camera-height`

**Type:** `number`

**Default value:** `720`

## Morphology

```typescript
selphid.cameraHeight = 720;
```

## Description

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

***

## Example

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