Live data from Hacker News

Webcam Pulse Detector

github.com

11–20 of 85 posts

Re: Webcam Pulse Detector

#11
Interesting. There was a Rock Health company that created an app using this technology. The app is called Cardiio. I know the founders were from MIT/Harvard but can't recall if they were the same people who conducted this research.

Re: Webcam Pulse Detector

#12

I want to point it at crowds and get an aggregate crowd-pulse rate! Measure the excitement!

I expect to see this used by DJs, where the momentum of the music is controlled by the crowd.

Need way more light than that for a standard camera... now, maybe with an IR camera...

Re: Webcam Pulse Detector

#18
Has anyone been able to get it to work? Whenever I try to open the stats display, I get:

OpenCV Error: Assertion failed (p.checkVector(2, CV_32S) >= 0) in polylines, file /tmp/buildd/opencv-2.3.1/modules/core/src/drawing.cpp, line 2064

Re: Webcam Pulse Detector

#19
post #10

How precise is this, do we have data? I'm guessing it depends on the refresh rate of your webcam.

It's precise enough for the application. Webcams typically have a 15-30 fps framerate. Heartrates are typically 30-200 bpm (~= 0.5 to 3.3 bps).

The duration of the pulse is much shorter than the beat, though. Should still be visible at that framerate, just noting that pulses aren't sinewaves :)

Re: Webcam Pulse Detector

#20
post #10

How precise is this, do we have data? I'm guessing it depends on the refresh rate of your webcam.

It's precise enough for the application. Webcams typically have a 15-30 fps framerate. Heartrates are typically 30-200 bpm (~= 0.5 to 3.3 bps).

It seems that the Nyquist-Shannon sampling rate would be too low for the results to be accurate.
Post reply on HN