We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946785a commit a48312eCopy full SHA for a48312e
src/misc/camera.js
@@ -40,9 +40,6 @@ export default async function (constraints, videoEl) {
40
videoEl.src = stream
41
}
42
43
- videoEl.playsInline = true
44
- videoEl.play() // firefox does not emit `loadeddata` if video not playing
45
-
46
await streamLoaded
47
48
return new Camera(videoEl, stream)
0 commit comments