gpt4 book ai didi

javascript - JS 视频 | DOM异常: Could not start video source

转载 作者:行者123 更新时间:2023-11-28 03:02:46 26 4
gpt4 key购买 nike

我想使用 JS 从网络摄像头获取视频,但没有镜头。

消息:

DOMException: Could not start video source

App.js

const video = document.getElementById("video");

function startVideo() {
navigator.getUserMedia(
{
video: {}
},
stream => (video.srcObject = stream),
err => console.log(err)
);
}

startVideo();

index.html

...
<body>
<video id="video" width="720" height="540" autoplay muted></video>
</body>
...

感谢您的帮助

最佳答案

如果其他人也遇到此问题并且没有其他方法可以帮助。确保您的相机尚未被其他软件/浏览器认领/使用。

关于javascript - JS 视频 | DOM异常: Could not start video source,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60837628/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com