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

selphid.externalCamera = mediaStream;

Description

Injects a MediaStream external one (e.g. from facephi-video-provider) in facephi-selphid-widget.


Example

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

Last updated