(webpage): Added button to start the live-stream

pull/32/head
Gordon Breuer 2024-05-28 11:05:13 +02:00 committed by GitHub
parent 8026e1037c
commit 3c9974983d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@
<button class="btn" onclick="actionButton('/action_capture',true,'')">Refresh Snapshot</button> <br><br>
<button class="btn" onclick="actionButton('/action_send',false,'')">Send snapshot</button><br><br><br>
<button class="btn" onclick="window.open('saved-photo.jpg')">Download snapshot</button><br><br>
<button class="btn" onclick="window.open('stream.mjpg')">Start stream</button><br><br>
</article>
</div>
</section>
@ -78,4 +79,4 @@
addClickListener('github-link');
addClickListener('forum-link');
</script>
</html>
</html>