WebcamTexture
Display a live webcam feed with customizable object-fit modes
Display a live webcam feed with customizable object-fit modes
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| objectFit | "cover" | "contain" | "fill" | "scale-down" | "none" | cover | How the webcam feed should be sized within the viewport |
| mirror | checkbox | true | Mirror the webcam feed horizontally (selfie mode) |
Usage
vue
<Shader>
<WebcamTexture />
</Shader>