Heart-rate-measurement-using-camera icon indicating copy to clipboard operation
Heart-rate-measurement-using-camera copied to clipboard

real time application to measure heart rate

Results 17 Heart-rate-measurement-using-camera issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi, I tried to run the updated code but for some unknown reason it crashes, apparently, it is not reading frame or face data! any suggestions? Files\Heart-rate-measurement-using-camera-master\Heart-rate-measurement-using-camera-master\new_update\face_utilities.py", line 114, in...

[INFO] Start webcam D:\anaconda\lib\site-packages\numpy\core\fromnumeric.py:2920: RuntimeWarning: Mean of empty slice. out=out, **kwargs) D:\anaconda\lib\site-packages\numpy\core\_methods.py:85: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) C:\Users\Lenovo\PycharmProjects\Heart-rate-measurement-using-camera\process.py:82: RuntimeWarning: invalid value encountered in true_divide...

"""""" [INFO] Start webcam Traceback (most recent call last): File "C:\Users\Windows 10\Desktop\Heart-rate-measurement-using-camera-master\GUI.py", line 273, in run self.main_loop() File "C:\Users\Windows 10\Desktop\Heart-rate-measurement-using-camera-master\GUI.py", line 222, in main_loop self.process.run() File "C:\Users\Windows 10\Desktop\Heart-rate-measurement-using-camera-master\process.py", line 39,...

Hi, I have checked ur code. and tested it with all scenarios. But whether is real face or mobile photo, it is giving same results. it is considering mobile photo...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

How to evaluate spo2 using camera?

I'd like to ask you if you know a way to run the code on the GPU. I have tried the code on different computers and the same video provides...

``` C:\Users\canibal\miniconda3\python.exe C:/Users/canibal/Desktop/Heart-rate-measurement-using-camera-master/GUI.py Input: webcam [INFO] Start webcam C:\Users\canibal\miniconda3\lib\site-packages\numpy\core\fromnumeric.py:2920: RuntimeWarning: Mean of empty slice. out=out, **kwargs) C:\Users\canibal\miniconda3\lib\site-packages\numpy\core\_methods.py:85: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) Process finished...