qtWebengine Screen Capture API
-
wrote on 2 Apr 2020, 19:06 last edited by Evhen 4 Feb 2020, 19:10
Hi, I was wondering if its possible to use screencapture Api.
Particularly navigator.mediaDevices.getDisplayMedia() method, so it will show native chrome popup whre I can select which area I can share (tab, fullscreen, etc).
I've tried calling that method, it works, but doesn't show popup with screencapture options.
QT 5.14.1, chome engine I guess (77).Thank you in advance
-
Hi, I was wondering if its possible to use screencapture Api.
Particularly navigator.mediaDevices.getDisplayMedia() method, so it will show native chrome popup whre I can select which area I can share (tab, fullscreen, etc).
I've tried calling that method, it works, but doesn't show popup with screencapture options.
QT 5.14.1, chome engine I guess (77).Thank you in advance
Moderatorswrote on 2 Apr 2020, 19:59 last edited by raven-worx 4 Feb 2020, 20:00@Evhen
Chromium (QtWebEngine) is not Chrome
Chromium is the backend/engine used by both. So chrome has features on top implemented -
@Evhen
Chromium (QtWebEngine) is not Chrome
Chromium is the backend/engine used by both. So chrome has features on top implementedwrote on 2 Apr 2020, 21:43 last edited by Evhen 4 Feb 2020, 21:44@raven-worx
Ok, thank you for reply. So I guess its not possible? -
@raven-worx
Ok, thank you for reply. So I guess its not possible?@Evhen
only if you implement the missing UI components yourself
1/4