getDisplayMedia (videoConstraints); const camera = await navigator.mediaDevices.getUserMedia(videoConstraints); // Display them on video ...
確定! 回上一頁