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

selphid.cameraHeight = 720;

Description

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


Example

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

Last updated