talking-head-anime-demo
talking-head-anime-demo copied to clipboard
maɔv in 'puppeteer'
hi!When i load the app demo
python app/puppeteer.py
it doesn't work like the other one.It appears maɔv
and i can not see my face tracing~
sry my english is bad so i could not offer more description to u . QAQ
Sorry. I don't know what's going on either. Most likely your web camera is not compatible with OpenCV. Use a different one and see if this solves your problem.
maɔv
is a webcam. There might be multiple webcams on your system and opencv uses the one with index 0 by default.
Try different values of video_capture = cv2.VideoCapture(0)
at app/puppeteer.py#L201 and you'll figure out the right camera index.