iOS Heart rate detection Algorithm

前端 未结 7 1666
执念已碎
执念已碎 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:37

    I made a project that uses GPUImage filters, average color and exposure, to detect your pulse. The pulse is estimated based the running average of the green component of the filtered image.

    Optical Pulse Reader

提交回复
热议问题