Changelog
FaceBlur Filter release notes
v1.0.5 - 2024-03-26
Added
- Internal improvements
v1.0.0
Added
-
Initial Release: new
FilterFaceblur
filter for detecting and blurring faces in video frames using a pluggable face detection and blur backend. -
Face Detection
- Uses a model (e.g.,
face_detection_yunet_2023mar.onnx
) from a configurable remote URL
- Uses a model (e.g.,
-
Customizable Detection and Blur Backends
- Detector name (
DETECTOR_NAME
) and blurring method (BLURRER_NAME
) can be set via environment variables
- Detector name (
-
Plug-and-Play Processing
- Processes the main frame and replaces it with a version where detected faces are blurred
-
Environment Variable Integration
- Model location and runtime behavior are controlled through
.env
or environment vars
- Model location and runtime behavior are controlled through
-
Lightweight Configuration
- No required configuration fields; minimal setup needed for integration