w3c / mediacapture-extensions

Extensions to Media Capture and Streams by the WebRTC Working Group
https://w3c.github.io/mediacapture-extensions/
Other
19 stars 15 forks source link

Background concealment blur #49

Closed eehakkin closed 2 years ago

eehakkin commented 2 years ago

This is the first part (the background blur part) of the background concealment described in #45.

This is about bringing hardware and platform background concealment capabilities to the web so constrainable media track capabilities fit naturally to the purpose. Because the concealment is (or should be) implemented by the hardware or by the platform media pipeline, it is enough for an (web) application to control the concealment through constrainable properties. The application does not have to (and actually cannot) do the actual concealment in this case. The concealment is already done before the application receives video frames.


Preview | Diff

alvestrand commented 2 years ago

Assumed to be OBE after merging #61