This directory contains a simple demo to turn on/off the background blur effect with camera.
It depends on patch Background blur
constraints and settings
which adds the new Media Stream based constraint into the web API.
Chromium will also need option --enable-blink-features=MediaCaptureBackgroundBlur
to enable the new API. Furthermore, a compatible platform is required.
Currently, a recent version of Windows is required with Intel hardware with
IPU6 and MIPI camera.
See Explainer for the background.
See Pull request for the specification.
See patch for implementation.