Added button for refreshing available cameras

This commit is contained in:
Fabio Manganiello 2019-12-24 13:52:11 +01:00
parent ef58cc9e32
commit 2edb3f0944
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@
</button>
</div>
<div class="controls">
<button type="button" @click="updateCameraStatus" :disabled="loading">
<i class="fas fa-sync-alt"></i>&nbsp; Refresh available cameras
</button>
</div>
<div class="sound-container">
<audio autoplay preload="none" ref="player" v-if="recording">
<source :src="cameras[selectedCamera].audio_url" type="audio/x-wav;codec=pcm">