mediacapture-extensions
mediacapture-extensions copied to clipboard
Extensions to Media Capture and Streams by the WebRTC Working Group
User agent mute-toggles for camera & mic can be useful, yielding enhanced privacy (no need to trust site), and quick access (a sneeze coming on, or a family member walking...
With the document in this repo being a mix of ideas with different levels of support, implementation and maintenance, I think we should only add new features in it if...
In the context of https://w3c.github.io/mediacapture-extensions/#exposing-mediastreamtrack-source-background-blur-support and similar mechanisms for platform effects on video tracks, concern has been raised that this type of functionality can cause deep confusion for users when...
The spec currently describes bout deliveredFrames and totalFrames, allowing the app to calculate: ``` droppedFrames = totalFrames - deliveredFrames ``` There is disagreement about whether measuring this is valuable.
Face framing could result in zooming changing dynamically. For example, my face is visible, framing zooms in. I leave my desk for a minute and when I'm back the camera...
Lighting correction corrects lighting balance between a foreground person and the background so that the foreground person is underexposed. Please see https://github.com/w3c/mediacapture-extensions/pull/49#issue-1099641483 why a constrainable property is most suitable for...
This is similar to https://github.com/w3c/webrtc-extensions/issues/172, we should reuse the same mechanism if possible.
Currently, when you want to ask for a specific resolution using height, width, aspectRatio and resizeMode there is no way to specify that you do not want to crop. Situation:...
Currently using webrtc to open the local webcam device, only when the pixel format of the webcam is srgb or mjpeg, the color rendered to the canvas or video is...
Since the supported Face Detection models may vary by camera, the API proposed in PR 89 can potentially give varying results depending on the hardware. This will impose a support...