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

# cameraId

## Details

**Attribute:** `camera-id`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
selphid.cameraId = '3f5e2b1c9a8d7e6f5a4b3c2d1e0f9a8b';
```

## Description

Identifier `deviceId` from the camera used by `facephi-selphid-widget`. Empty delegates the selection to the component.

***

## Example

```jsx
<facephi-selphid-widget
    cameraId={'3f5e2b1c9a8d7e6f5a4b3c2d1e0f9a8b'}
/>
```
