Skip to content

Commit

Permalink
フォーカスモードにnoneを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuosaito1989 committed May 20, 2020
1 parent f7a8592 commit 4e34506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<label>focusMode select</label>
<select v-model="focusMode" @change="onChange" class="form-control">
<option>manual</option>
<option>none</option>
<option>single-shot</option>
<option>continuous</option>
</select>
Expand Down Expand Up @@ -94,6 +95,7 @@
},
changeFacingMode () {
this.front = !this.front
this.focusMode = 'manual'
this._playVideo()
},
capture () {
Expand Down

0 comments on commit 4e34506

Please sign in to comment.