Re: [mediacapture-screen-share] Provide a means to select only part of a screen to capture (#105)

@MonsieurWave One workaround is to use `ImageCapture.grabFrame()` and `canvas.captureStream()` to capture individual images from `MediaStreamTrack`, perform processing on the image then set the images at the `<canvas>`, essentially requiring two `MediaStream`s and two `MediaStreamTrack`s, see https://bugs.chromium.org/p/chromium/issues/attachmentText?aid=397381.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/105#issuecomment-687635976 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 5 September 2020 17:00:15 UTC