esdalmaijer / webcam-eyetracker

Webcam-based pupil-tracker, complete with GUI to perform calibrations.
http://www.pygaze.org/2015/06/webcam-eye-tracker/
GNU General Public License v3.0
294 stars 105 forks source link

everything ok but not working #12

Open codeYazar opened 5 years ago

codeYazar commented 5 years ago

Hi Edwin; Thank you for your early return. Yes, I set up ffmpeg. I use the webcam Logitech C920. webcamin video Encoder Cisco H264. ————————— Python: 2.7.15 Opencv: pyopencv is failing in installation. ————————- “(Webcam) C: \ Windows \ system32> pip install pyopencv == 2.1.0.wr1.0.0 DEPRECATION: Python 2.7 will reach the end of the life on January 1st, 2020. Ple ase upgrade your Python as Python 2.7 won’t be maintained after that date. A fut ure version of the pacifier for Python 2.7. Collecting pyopencv == 2.1.0.wr1.0.0 Using cached https://files.pythonhosted.org/packages/48/c9/c04aa0afd6706641334 40bafd5ea7b7a8e6e7f1a6ee27ba5718881e642d5 / pyopencv-2.1.0.wr1.0.0.tar.gz Complete output from command python setup.py egg_info: Create can run ‘setup.py’. Just copy file ‘config_example_win32.py’ or ‘configexample linux.py ‘to file’ config.py ‘, up.py ‘again.

—————————————-

Command “python setup.py egg_info” failed with error code -1 in c: \ users \ ibm \ app data \ local \ temp \ pip-install-ekozs is \ pyopencv \

(Webcam) C: \ Windows \ system32> ” ————————————————-

So I installed opencv-python = 3.4.5.20. Founded successfully. But when I run Example.py, the program runs but the calibrate screen does not appear. The program is always running and only [WARN: 0] terminating async callback message is coming up. ——————————————– The same program when I run pygame-based problems I’ve solved the program is running, but this time on the Calibrate screen says a key press. Pressing any button freezes. Can’t switch to the calibration screen.

Thank you in advance, Mr. Edwin.