mediacapture-extensions icon indicating copy to clipboard operation
mediacapture-extensions copied to clipboard

Extensions to Media Capture and Streams by the WebRTC Working Group

Results 56 mediacapture-extensions issues
Sort by recently updated
recently updated
newest added

It is not clear from the spec whether transferring a MediaStreamTrack preserves the subtype. For instance, are we expecting transferring CanvasCaptureMediaStreamTrack to end up being a CanvasCaptureMediaStreamTrack? Probably, but we...

### Why ? We have all heard “eyes are the window to the soul” and their importance in effective communication. The disparity of locations of the subject and the camera...

### Why ? [Google Meet](https://ai.googleblog.com/2020/10/background-features-in-google-meet.html), [Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/background-blur), [Zoom](https://support.zoom.us/hc/en-us/articles/360061468611-Using-blurred-background-) and every video-conferencing application these days has the Background Concealment / (Blur, Replacement) so that users can minimize distractions and keep the...

### Why ? Face Detection on Video Conferencing. Support WebRTC-NV use cases like Funny Hats, etc On client side, developers have to use Computer Vision libraries ([OpenCV.js](https://github.com/riju/WebCamera/tree/master/samples/faceDetection) / [TensorFlow.js](https://www.tensorflow.org/js)) either...

Chrome is currently exposing the type (builtin, bluetooth, maybe usb) in MediaDeviceInfo.label. This seems ok to expose like this but is difficult to use by web applications, if they would...

The purpose of prompting and the user picking is... 1. Address privacy issues. If the user makes the decision, the application does not need to know what other options are...

Infrared cameras are common on phones, and are typically included in enumerateDevices() https://github.com/w3c/mediacapture-main/issues/553. They're rarely desirable except for special purposes, and browser vendors occasionally get bugreports where an infrared camera...

Hello there, I'm currently working with the mediacapture api in different browsers. While working on the MediaStreamTracks, I've noticed that the stop method doesn't provide a way to get notified...

Following on https://github.com/w3c/mediacapture-main/issues/739, current API is making it difficult for web developers to select constraints when they are tied with each other. Also, it makes it usually hard for web...

As pointed out by @aboba, we could improve the spec by adding examples and motivation.