emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not support macbook

h310558606 opened this issue · comments

How can I use this project if I use a macbook?

Hi! I don't really know anything about macbooks, but I would assume if you have Python 3 installed, you can just use pip to install the dependencies and then run the scripts as normal, the same as with Linux or Windows.

commented

Thanks for the great project.
After installing the dependencies, I tried to run facetracker.py on my mac.
The program quits after a certain amount of time with no errors or other logs.
It asks for access to the camera, which I grant, but the camera is not in use.
If you have any idea how to run it, I would appreciate your help.

It should show some kind of output at least. Have you tried setting different resolutions with the -W and -H arguments?

commented

I tried adding arguments such as 1920 * 1080 and 640 * 360, but the result was the same.

I'm really not sure what could be done then, especially if there is no output on the console at all. Usually there should be at least some kind of error if it fails to access the camera.