Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When clicking Live, Camera preview is blank #680

Open
ronitosan opened this issue Oct 2, 2024 · 2 comments
Open

When clicking Live, Camera preview is blank #680

ronitosan opened this issue Oct 2, 2024 · 2 comments

Comments

@ronitosan
Copy link

Frame processor face_enhancer not found
Frame processor face_enhancer not found
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\Python 3.10\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\venv\lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 554, in _clicked
self._command()
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\modules\ui.py", line 409, in
command=lambda: webcam_preview(root),
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\modules\ui.py", line 967, in webcam_preview
create_webcam_preview()
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\modules\ui.py", line 1015, in create_webcam_preview
source_image = get_one_face(cv2.imread(modules.globals.source_path))
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\modules\face_analyser.py", line 28, in get_one_face
face = get_face_analyser().get(frame)
File "C:\Users\ronitosan\Downloads\Compressed\Deep-Live-Cam-main\modules\face_analyser.py", line 22, in get_face_analyser
FACE_ANALYSER = insightface.app.FaceAnalysis(name='buffalo_l', providers=modules.globals.execution_providers)
TypeError: FaceAnalysis.init() got an unexpected keyword argument 'providers'

image

Can anyone point me to the right direction?

@tttyne
Copy link

tttyne commented Oct 3, 2024

Same problem

@thanhngochoang
Copy link

[ WARN:[email protected]] global cap_msmf.cpp:471 anonymous-namespace'::SourceReaderCB::OnReadSample videoio(MSMF): OnReadSample() is called with error status: -2147023901
[ WARN:[email protected]] global cap_msmf.cpp:483 anonymous-namespace'::SourceReaderCB::OnReadSample videoio(MSMF): async ReadSample() call is failed with error status: -2147023901 [ WARN:[email protected]] global cap_msmf.cpp:1759 CvCapture_MSMF::grabFrame videoio(MSMF): can't grab frame. Error: -2147023901
Same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants