thearn / webcam-pulse-detector

A python application that detects and highlights the heart-rate of an individual (using only their own webcam) in real-time.
Other
3.15k stars 594 forks source link

Cannot start get_pulse.py #14

Open MladeM opened 11 years ago

MladeM commented 11 years ago

This is the error I'm getting:

(openmdao-0.6.2) C:...\webcam-pulse- detector-master>python get_pulse.py Traceback (most recent call last): File "get_pulse.py", line 2, in from lib.processors import findFaceGetPulse File "C:...\webcam-pulse-detector-master\lib\processors.py", line 2, in from openmdao.main.api import Component, Assembly File "C:...\openmdao-0.6.2\lib\site-packages\openmdao.main-0.6. 2-py2.7.egg\openmdao\main\api.py", line 16, in from openmdao.main.component import Component, SimulationRoot File "C:...\openmdao-0.6.2\lib\site-packages\openmdao.main-0.6. 2-py2.7.egg\openmdao\main\component.py", line 38, in from openmdao.main.publisher import Publisher File "C:...\openmdao-0.6.2\lib\site-packages\openmdao.main-0.6. 2-py2.7.egg\openmdao\main\publisher.py", line 19, in from pyV3D import WV_Wrapper File "C:...\openmdao-0.6.2\lib\site-packages\pyv3d-0.4.1-py2.7- win32.egg\pyV3Dinit.py", line 1, in from _pyV3D import * ImportError: DLL load failed: The specified module could not be found.

Thanks in advance!