Merge pull request #32 from Anheledir/live-stream-button
✨(webpage): Added button to start the live-stream
pull/21/merge
commit
1ba476103d
|
|
@ -46,6 +46,7 @@
|
||||||
<button class="btn" onclick="actionButton('/action_capture',true,'')">Refresh Snapshot</button> <br><br>
|
<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="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('saved-photo.jpg')">Download snapshot</button><br><br>
|
||||||
|
<button class="btn" onclick="window.open('stream.mjpg')">Start stream</button><br><br>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue