-
Notifications
You must be signed in to change notification settings - Fork 143
Home
Ha Nguyen Khanh edited this page Nov 12, 2018
·
1 revision
Welcome to the Heart-rate-measurement-using-camera wiki!
- What is the software showing the heart rate behind the program?
Answer: The device I used is the Medical Econet Compact 5 (see it here). It has a software to display the heart rate, Sp02, ... so I can use those for comparison.
- How to install pyqt4 in python 3?
Answer: Download file wheel PyQt4‑4.11.4‑cp35‑cp35m‑win_amd64.whl from this site and use pip install /your_path/PyQt4‑4.11.4‑cp35‑cp35m‑win_amd64.whl
to install it.
- How to get bpm plot of the same length of the video?
Answer: append bpm and times in a text file every frame. New update has this feature. run python test_image_processing.py