Closed h310558606 closed 2 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.
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?
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.
How can I use this project if I use a macbook?