navigator.mediaDevices.getUserMedia({ video: true })
.then((stream) => {
stream.getTracks().forEach((track) => track.stop());
this.loadCameras();
})
.catch((error) => console.log(error));
DOMException: Could not start video source