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

externalCamera

External video stream for capture.

Details

Attribute: external-camera

Type: MediaStream | boolean

Default value: false

Morphology

selphi.externalCamera = mediaStream;

Description

Allows injecting a MediaStream external one (for example, from facephi-video-provider) instead of opening the camera directly in facephi-selphi-widget.


Example

<facephi-selphi-widget
    externalCamera={mediaStream}
/>

Last updated