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

cameraOverflow

Shows the entire camera image as the background.

Details

Attribute: camera-overflow

Type: boolean

Default value: false

Morphology

selphid.cameraOverflow = true;

Description

When active, facephi-selphid-widget shows the full camera feed as the background, not just the canvas area.


Example

<facephi-selphid-widget
    cameraOverflow={true}
/>

Last updated