emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration
BSD 2-Clause "Simplified" License
1.46k stars 152 forks source link

not support macbook #34

Closed h310558606 closed 2 years ago

h310558606 commented 3 years ago

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

emilianavt commented 3 years ago

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.

0suu commented 2 years ago

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.

emilianavt commented 2 years ago

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

0suu commented 2 years ago

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

emilianavt commented 2 years ago

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.