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

cameraWidth

Preferred horizontal camera resolution.

Details

Attribute: camera-width

Type: number

Default value: 1280

Morphology

selphid.cameraWidth = 1280;

Description

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


Example

<facephi-selphid-widget
    cameraWidth={1280}
/>

Last updated