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 595 forks source link

OS X: matplotlib and PyQT5 dependencies needed #41

Open abhayghatpande opened 7 years ago

abhayghatpande commented 7 years ago

Hi, thanks for creating this. If you could update the README to include two more dependencies: Matplotlib (for pylab) and PyQT5.

Also I had to add the following to lib/processors_noopenmdao.py before import pylab statement:

import matplotlib
matplotlib.use('QT5Agg')
import pylab