✨(webpage): Added button to start the live-stream
parent
8026e1037c
commit
3c9974983d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue