This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Screen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
dev_YWQ
HolyKnightIX
1 year ago
parent
38b9dd6594
commit
53ff4cb53b
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/pages/camera/index.vue
+ 1
- 3
src/pages/camera/index.vue
View File
@@ -99,9 +99,7 @@ const startCamera = () => {
//最新的标准API
navigator.mediaDevices
.getUserMedia({
audio: {
echoCancellation: true,
},
audio: false,
video: {
facingMode: "user",
},
Write
Preview
Loading…
Cancel
Save