Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ElYaiko authored Oct 31, 2024
1 parent e580d31 commit a0c68e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<option disabled selected>Select a webcam...</option>
</select>
<button id="startButton">Start Camera</button>
<video id="videoElement" autoplay></video>
<video id="videoElement" controls autoplay></video>
<script>
const videoElement = document.getElementById('videoElement');

Expand Down

0 comments on commit a0c68e9

Please sign in to comment.