For the complete documentation index, see llms.txt. This page is also available as Markdown.

cameraHeight

Preferred vertical camera resolution.

Details

Attribute: camera-height

Type: number

Default value: 720

Morphology

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

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

Last updated