Using Camera #883
-
When using camera, I have to click the allow button every time, is there any way to avoid it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 24 replies
-
The best thing you can do is ask/search over at the webview2feedback repo and if they suggest that there's a webview2 preference that needs setting we can look at supporting it https://github.com/MicrosoftEdge/WebView2Feedback Excited to see what you're building with the camera! |
Beta Was this translation helpful? Give feedback.
-
Wails 2.0 on WebKit doesn't seem to expose navigator.mediaDevices. Is this a known issue, or is this new in Wails 2.0? |
Beta Was this translation helpful? Give feedback.
-
I am also thinking of camera implementation. Just wondering would it be better to capture camera in backend and then stream the video to the frontend? Also to control the camera by sending commands from the frontend? Why do we need to handle it by the webview? As far as I know the byte streaming is not supported but it could open a wide range of possibilities like video calls, music player, qr code scanner etc. |
Beta Was this translation helpful? Give feedback.
-
My Wails apps need microphone access and days ago it work perfectly normal without any config, today it can't get access to I'm on MacOS, seems like adding this to
If you need camera access in your wails app and it keep saying
|
Beta Was this translation helpful? Give feedback.
The best thing you can do is ask/search over at the webview2feedback repo and if they suggest that there's a webview2 preference that needs setting we can look at supporting it https://github.com/MicrosoftEdge/WebView2Feedback
Excited to see what you're building with the camera!