Camera Compatibility with MediaDevices API in JavaScript on Windows 11

Windows 11

Active Members
Joined
Dec 10, 2024
Messages
8,296
Hello,I’m encountering an issue with a USB camera when using the MediaDevices API in JavaScript to access video streams via getUserMedia() on Windows 11. The camera works perfectly on Windows 10 and earlier versions, but on Windows 11, it fails to initialize the video stream, resulting in the following error:NotReadableError: Could not start video sourceInterestingly, standard USB webcams work without any problems on Windows 11 using the same setup, which suggests this issue might be related to compatibility between certain cameras and Windows 11.Here’s the setup I’m working with:Operating Sys

Continue reading...
 
Back
Top