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

selphi.cameraWidth = 1280;

Description

Defines the preferred horizontal resolution (in pixels) that the component facephi-selphi-widget requests from the camera. The device may adjust the value to the actual available support.


Example

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

Last updated