-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
i have problem like this "Error fetching video from webcam" #397
Comments
Yes. Problem. Please help |
open url on opera browser https://i.pinimg.com/originals/f8/82/0f/f8820f9d05777f6c4563f46b6709828b.png i thinking problem it's convert base64 image |
I solved this problem in Chrome by changing the function umSuccess(stream) in openface-demo.js with the following content:
In Firefox, by the way, I get only a black screen. |
Update: the black screen problem with Firefox can be solved by rewriting the function umSuccess as:
|
hi, |
I changed the file inside the docker container through a bash session. |
Hi again, |
I changed to face_recognition already https://github.com/ageitgey/face_recognition database and webcam https://github.com/vearutop/face-postgre |
@karllacr: you should launch docker container as docker run ... ending with /bin/bash, then you will find a prompt where you can modify the file with vi and then execute openface/demos/web/start_servers.sh |
@nakhonsoft: thank you, I will give a try, I was searching for a python 3 implementation! |
@angelinux face_recognition support py2 and p3 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
You need restart the browser after all changed . I also meet the same black problem . And This is fixed by angelinux's comment. |
thanks @angelinux |
Thank you brother. |
https://i.pinimg.com/originals/4a/06/89/4a06894922f37c87c3a1e265b9c46f77.png
Please help me
The text was updated successfully, but these errors were encountered: