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

timeout

Timeout in milliseconds to capture the face.

Details

Attribute: timeout

Type: number

Default value: 30000

Morphology

selphi.timeout = 30000;

Description

Maximum time in milliseconds to complete the Face Capture in facephi-selphi-widget. The value 0 disables the Timeout.

Considerations

Value 0 disables the Timeout.


Example

<facephi-selphi-widget
    timeout={30000}
/>

Last updated