getUserMedia works through your local web browser.
(getUserMedia通过本地Web浏览器工作。)
The browser code enumerates the video devices on your machine using the operating system's device enumeration API.(浏览器代码使用操作系统的设备枚举API枚举计算机上的视频设备。)
Webcams that work with browsers, when their drivers are installed correctly, show up in that enumeration.
(如果正确安装了驱动程序,则可与浏览器一起使用的网络摄像头将显示在该枚举中。)
If the cam's driver requires the software using it to bind to a particular custom DLL, then it doesn't work with web browsers.
(如果cam的驱动程序要求使用它的软件绑定到特定的自定义DLL,则它不适用于Web浏览器。)
But then it's not much of a webcam, eh?(但这不是网络摄像头,是吗?)
You may have a special purpose camera device, for machine vision or some such thing.
(您可能具有专用的摄像头设备,用于机器视觉或类似的东西。)
But it it doesn't have standalone driver, browsers cant't use it.(但是它没有独立的驱动程序,浏览器无法使用它。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…