Deep-Live-Cam/modules
google-labs-jules[bot] eb33df659b Consolidate all recent enhancements and fixes.
This commit includes:
- Refactored modules/ui.py: Live webcam preview loop now uses ROOT.after() for better UI responsiveness and potentially smoother external capture.
- Refactored modules/video_capture.py: Implemented threaded, non-blocking frame reads for improved camera capture performance and stability.
- Feature: Ear preservation for Poisson blending to reduce artifacts (controlled by --preserve-ears and related globals).
- Feature: Histogram-based color correction (--color-correction).
- Feature: Poisson blending for smoother face integration (--poisson-blending).

These changes aim to improve overall swap quality, UI stability, and address reported FPS issues with external capture tools like SplitCam.
2025-06-27 19:25:06 +00:00
..
processors Implement ear preservation for Poisson blending. 2025-06-24 20:25:09 +00:00
__init__.py Update __init__.py 2025-05-13 00:14:49 +08:00
capturer.py Revert "recommit webcam option" 2024-09-11 02:49:53 +08:00
cluster_analysis.py Added ability to map faces 2024-09-10 05:40:55 +05:30
core.py Implement ear preservation for Poisson blending. 2025-06-24 20:25:09 +00:00
face_analyser.py fix: typo souce_target_map → source_target_map 2025-02-03 20:33:44 +09:00
gettext.py add mutil language 2025-01-07 14:04:18 +08:00
globals.py Implement ear preservation for Poisson blending. 2025-06-24 20:25:09 +00:00
metadata.py Revert "Update metadata.py" 2025-04-17 02:39:05 +08:00
predicter.py add toggle button for blueish cam fix (Force OpenCV2 BGR2RGB) 2024-08-30 22:02:23 +02:00
typing.py initial commit 2023-09-24 21:36:57 +08:00
ui.json reverted to the old version 2024-09-19 17:38:02 +08:00
ui.py fix typos in ui.py 2025-05-07 13:23:31 +02:00
utilities.py Adding Pygrabber as Cam manager 2024-12-13 19:49:11 +05:30
video_capture.py Consolidate all recent enhancements and fixes. 2025-06-27 19:25:06 +00:00