Added button for refreshing available cameras
This commit is contained in:
parent
ef58cc9e32
commit
2edb3f0944
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div class="controls">
|
||||
<button type="button" @click="updateCameraStatus" :disabled="loading">
|
||||
<i class="fas fa-sync-alt"></i> 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">
|
||||
|
|
Loading…
Reference in a new issue