Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@ The project is now ready for release as a site for testing webcam functionality.
.then(function(stream) {
videoElement.srcObject = stream;
videoElement.play();
selectedCameraVideo.srcObject = stream;
selectedCameraVideo.play();
})
.catch(function(error) {
console.error("Error accessing camera for Port 1: ", error);
Expand All @@ -1007,8 +1005,6 @@ The project is now ready for release as a site for testing webcam functionality.
.then(function(stream) {
videoElement.srcObject = stream;
videoElement.play();
selectedCameraVideo.srcObject = stream;
selectedCameraVideo.play();
})
.catch(function(error) {
console.error("Error accessing camera for Port 2: ", error);
Expand Down
Loading