iOS Heart rate detection Algorithm

前端 未结 7 1520
执念已碎
执念已碎 2021-01-29 17:57

I\'m trying to implement heart beat recording functionality in an app i\'m developing.

The preferred method of doing this is by using the iPhone\'s camera with the light

相关标签:
7条回答
  • 2021-01-29 18:41

    First addressing your finger-on-the-lens problem. When the finger is on the lens, you don't get a static black frame (as one might assume). The ambient light actually passes through your finger to create a reddish frame. Also, the blood flow pattern in the finger results in slight periodic variations in that red frame (try opening your camera app, placing your finger completely on the lens). Also, if the ambient light isn't enough, you can always turn on the camera flash/torch to compensate for that.

    For an open source (and step by step) procedure, try:

    http://www.ignaciomellado.es/blog/Measuring-heart-rate-with-a-smartphone-camera

    also, I would advise you to read the following patent on pulse measurement:

    http://www.google.com/patents/WO2013042070A1?cl=en

    0 讨论(0)
提交回复
热议问题