firefox captures video noise from web camera
问题 The test code: <!doctype html> <html> <body> <video id="v1" autoplay="autoplay"></video> <script> navigator._getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia; navigator._getUserMedia({video: true}, function(stream) { document.getElementById('v1').src = URL.createObjectURL(stream); }, function() {}); </script> </body> </html> This is what firefox 28.0 captures. The webcamera is Logitech C210 . It works fine in skype and chrome . The computer is