Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

real time face swap and one-click video deepfake with only a single image

Results 627 Deep-Live-Cam issues
Sort by recently updated
recently updated
newest added

Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\manoj\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 1921, in __call__ return self.func(*args) File "C:\Users\manoj\AppData\Local\Programs\Python\Python310\lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 554, in _clicked self._command() File "M:\faceswap\Deep-Live-Cam\Deep-Live-Cam\modules\ui.py", line 104, in live_button...

The primary change in this PR is to allow the output of video to a virtual camera using pyvirtualcam package. This should work on Windows and Linux. IIRC, this may...

![image](https://github.com/user-attachments/assets/6257c2f2-5500-481f-a2c1-dc8b77c23c1e)

If I try to use the webcam in live mode, the LED from my webcam turns on, but the preview screen is just black.

## Summary by Sourcery Refactor UI components for better clarity and simplify webcam functionality by removing camera selection. Update documentation to clarify user responsibilities and provide information on accessing experimental...

`(livecam) PS E:\livecam\Deep-Live-Cam> pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118 Ignoring torch: markers 'sys_platform == "darwin"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin"' don't match...

I am using an AMD RX 6600 XT GPU with the latest drivers and attempting to run the program with DirectML. The program's UI turns white and then crashes. It...

i get this error WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after...

There were no issues when installing the project. Similarly, the picture deepfaking works fine. The only issue I'm getting is when trying to get the live camera to work. ![image](https://github.com/user-attachments/assets/7eece2c3-127b-469d-a418-7ea9c997ef3c)...

Greeting, as the name suggests, I get the following error when trying to start in experimental branch: `ImportError: cannot import name 'windll' from 'ctypes' (/usr/lib/python3.10/ctypes/__init__.py)` I suspect that either windll...