Closed
Bug 1000892
Opened 11 years ago
Closed 11 years ago
firefox captures visual noise from web camera logitech c210
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 963907
People
(Reporter: yuri.kanivetsky, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
Steps to reproduce:
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>
http://jsfiddle.net/7Hkws/
Actual results:
This is what firefox 28.0 captures: http://www.screenr.com/b9xN The computer is running windows 8. Works fine in chrome and skype. Also, it works on other computer with windows 7. I tried reinstalling drivers and disabling hardware acceleration.
Expected results:
firefox should display video captured by webcam
| Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
This has already been fixed and is in FF 29. Please download and try Firefox Beta and see if this resolves your problem. If it doesn't, please reopen this bug or open a new one and cc me.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•