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.14k stars 592 forks source link

It is not accurate #40

Open Zumbalamambo opened 6 years ago

Zumbalamambo commented 6 years ago

If I move my face outside the screen, it is still showing bpm values from nowhere

PandaWhoCodes commented 6 years ago

The data shown is not real-time. It has a certain delay. Try moving out of the screen for more than 40 seconds - 1 minute

Zumbalamambo commented 6 years ago

Is there any ways to make it realtime?

Zumbalamambo commented 6 years ago

even after moving out for 1 minute, it is still recognizing...

bcba25 commented 5 years ago

++ same issue here. Would be nice to hear authors comments on this.

Zumbalamambo commented 5 years ago

@hxdef2517 rewriting the evaluation function and the filter, I have managed to make it accurate. Threading does the magic of making it real-time. Now that it works accurate as well as real-time.

prudhvirapeti commented 4 years ago

@Zumbalamambo please let me know how did you rewrite the evaluation function and filter,it would be helpful if you can mail me ->prudhvirajrapeti@gmail.com

SijinJohn commented 4 years ago

@Zumbalamambo how did you make it .

allComputableThings commented 3 years ago

I also see accuracy issues. Even with house lights turned off, the signal seems to consistently hover around 60Hz, when I'm seeing 70-100 on a finger pulse oximeter.