https://github.com/erdewit/heartwave
Multi-person heart rate measurement from webcam
https://github.com/erdewit/heartwave
Last synced: 6 months ago
JSON representation
Multi-person heart rate measurement from webcam
- Host: GitHub
- URL: https://github.com/erdewit/heartwave
- Owner: erdewit
- License: bsd-2-clause
- Archived: true
- Created: 2018-09-18T08:43:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T10:01:52.000Z (about 5 years ago)
- Last Synced: 2025-12-06T20:59:35.501Z (8 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 54
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|PyVersion| |Status| |PyPiVersion| |License|
Introduction
------------
Face detection and tracking are used to observe the tiny variations
in skin tone that result from the increased blood flow after a heart beat.
By averaging, filtering and Fourier-transforming these variations the heart
rate is estimated and graphed.
Multiple persons in the scene are analysed simultaneously.
Installation
------------
::
pip3 install heartwave
Usage
-----
::
heartwave [optional filename, URL or camera ID]
Links
-----
* `webcam-pulse-detector `_
* `The enigma of Mayer waves `_
* `Remote Detection of Photoplethysmographic Systolic and Diastolic Peaks Using a Digital Camera `_
* `Measuring heart rate with a smartphone camera `_
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/heartwave.svg
:alt: PyPi
:target: https://pypi.python.org/pypi/heartwave
.. |PyVersion| image:: https://img.shields.io/badge/python-3.6+-blue.svg
:alt:
.. |Status| image:: https://img.shields.io/badge/status-beta-green.svg
:alt:
.. |License| image:: https://img.shields.io/badge/license-BSD-blue.svg
:alt: