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

livenessMoveTimeout

Time per step in Active Liveness (seconds).

Details

Attribute: liveness-move-timeout

Type: number

Default value: 15

Morphology

selphi.livenessMoveTimeout = 15;

Description

Maximum seconds per step in the active liveness check of facephi-selphi-widget.

If the time is low or the number of tests is high, the time may not be enough to carry out the test. It is recommended to keep an approximate time of 5 seconds per test.


Example

<facephi-selphi-widget
    livenessMoveSteps={3}
    livenessMoveTimeout={15}
/>

Last updated