Merge pull request #32 from Anheledir/live-stream-button

(webpage): Added button to start the live-stream
pull/21/merge
Miroslav Pivovarsky 2024-05-30 22:32:28 +02:00 committed by GitHub
commit 1ba476103d
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>